]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
blkid: uniformize the synopsis, remove "the the"
authorBenno Schulenberg <bensberg@justemail.net>
Sun, 27 Feb 2011 15:30:20 +0000 (16:30 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 8 Mar 2011 12:14:56 +0000 (13:14 +0100)
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
misc-utils/blkid.c

index 1fdc17aef4c5846812afffc1d50b6837371f8d1b..c5e7a195d0a887b0a720d29bc5cd11e5785f052f 100644 (file)
@@ -59,11 +59,11 @@ static void usage(int error)
        fprintf(out,
                "Usage:\n"
                "  %1$s -L <label> | -U <uuid>\n\n"
-               "  %1$s [-c <file>] [-ghlLv] [-o format] [-s <tag>] \n"
-               "        [-t <token>] [-w <file>] [dev ...]\n\n"
+               "  %1$s [-c <file>] [-ghlLv] [-o <format>] [-s <tag>] \n"
+               "        [-t <token>] [-w <file>] [<dev> ...]\n\n"
                "  %1$s -p [-s <tag>] [-O <offset>] [-S <size>] \n"
-               "        [-o format] <dev> [dev ...]\n\n"
-               "  %1$s -i [-s <tag>] [-o format] <dev> [dev ...]\n\n"
+               "        [-o <format>] <dev> ...\n\n"
+               "  %1$s -i [-s <tag>] [-o <format>] <dev> ...\n\n"
                "Options:\n"
                "  -c <file>   cache file (default: /etc/blkid.tab, /dev/null = none)\n"
                "  -h          print this usage message and exit\n"
@@ -72,7 +72,7 @@ static void usage(int error)
                "              value, device, list, udev, export or full; (default: full)\n"
                "  -s <tag>    show specified tag(s) (default show all tags)\n"
                "  -t <token>  find device with a specific token (NAME=value pair)\n"
-               "  -l          lookup the the first device with arguments specified by -t\n"
+               "  -l          look up only first device with token specified by -t\n"
                "  -L <label>  convert LABEL to device name\n"
                "  -U <uuid>   convert UUID to device name\n"
                "  -v          print version and exit\n"