From: Jaroslav Kysela Date: Wed, 1 Jan 2020 16:45:06 +0000 (+0100) Subject: alsatplg: add documentation for -z,--dapm-nosort (-h) X-Git-Tag: v1.2.2~12 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=56e1b879d4bccda62e7c0177b0a395d57a37931c;p=alsa-utils.git alsatplg: add documentation for -z,--dapm-nosort (-h) Signed-off-by: Jaroslav Kysela --- diff --git a/topology/topology.c b/topology/topology.c index 91d2fce..ad0d108 100644 --- a/topology/topology.c +++ b/topology/topology.c @@ -53,6 +53,7 @@ _("Usage: %s [OPTIONS]...\n" "-s, --sort sort the identifiers in the normalized output\n" "-g, --group save configuration by group indexes\n" "-x, --nocheck save configuration without additional integrity checks\n" +"-z, --dapm-nosort do not sort the DAPM widgets\n" "-V, --version print version\n" ), name); }