From: Wolfram Sang Date: Wed, 6 May 2020 10:37:50 +0000 (+0200) Subject: fdisk: specify in '--help' that we can have multiple devices with '-l' X-Git-Tag: v2.36-rc1~115 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7eeb2c827c8c0e5a7ff07ff35407c06c7c1ae412;p=thirdparty%2Futil-linux.git fdisk: specify in '--help' that we can have multiple devices with '-l' Matches it with the man-page. Adresses: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756187 Signed-off-by: Wolfram Sang --- diff --git a/disk-utils/fdisk.c b/disk-utils/fdisk.c index 457509cd34..8a9b8cf2a2 100644 --- a/disk-utils/fdisk.c +++ b/disk-utils/fdisk.c @@ -849,8 +849,8 @@ static void __attribute__((__noreturn__)) usage(void) fputs(USAGE_HEADER, out); fprintf(out, - _(" %1$s [options] change partition table\n" - " %1$s [options] -l [] list partition table(s)\n"), + _(" %1$s [options] change partition table\n" + " %1$s [options] -l [...] list partition table(s)\n"), program_invocation_short_name); fputs(USAGE_SEPARATOR, out);