Matches it with the man-page. Adresses: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756187 Signed-off-by: Wolfram Sang <wsa@xxxxxxxxxx> --- disk-utils/fdisk.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/disk-utils/fdisk.c b/disk-utils/fdisk.c index 457509cd3..8a9b8cf2a 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] <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); -- 2.26.2