]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
fdisk: specify in '--help' that we can have multiple devices with '-l'
authorWolfram Sang <wsa@kernel.org>
Wed, 6 May 2020 10:37:50 +0000 (12:37 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 6 May 2020 13:14:52 +0000 (15:14 +0200)
Matches it with the man-page.

Adresses: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756187
Signed-off-by: Wolfram Sang <wsa@kernel.org>
disk-utils/fdisk.c

index 457509cd3499a87e74178af053696969b289bc76..8a9b8cf2a290a7e3c2a311a93915a3175f291292 100644 (file)
@@ -849,8 +849,8 @@ static void __attribute__((__noreturn__)) usage(void)
        fputs(USAGE_HEADER, out);
 
        fprintf(out,
-             _(" %1$s [options] <disk>      change partition table\n"
-               " %1$s [options] -l [<disk>] list partition table(s)\n"),
+             _(" %1$s [options] <disk>         change partition table\n"
+               " %1$s [options] -l [<disk>...] list partition table(s)\n"),
               program_invocation_short_name);
 
        fputs(USAGE_SEPARATOR, out);