From: Sami Kerola Date: Tue, 2 Apr 2013 19:42:52 +0000 (+0100) Subject: partx: remove deprecated option from usage() X-Git-Tag: v2.23-rc2~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f059bdf6085d0b28c8e0eebfef39c47c48622691;p=thirdparty%2Futil-linux.git partx: remove deprecated option from usage() The fact that -l, --list is deprecated will remain in manual page till unforeseeable future. Meanwhile the usage() can be made shorter. Signed-off-by: Sami Kerola --- diff --git a/disk-utils/partx.c b/disk-utils/partx.c index 9fa9587e82..49ef1dc84a 100644 --- a/disk-utils/partx.c +++ b/disk-utils/partx.c @@ -706,7 +706,6 @@ static void __attribute__((__noreturn__)) usage(FILE *out) fputs(USAGE_OPTIONS, out); fputs(_(" -a, --add add specified partitions or all of them\n"), out); fputs(_(" -d, --delete delete specified partitions or all of them\n"), out); - fputs(_(" -l, --list list partitions (DEPRECATED)\n"), out); fputs(_(" -s, --show list partitions\n\n"), out); fputs(_(" -u, --update update specified partitions or all of them\n"), out); fputs(_(" -b, --bytes print SIZE in bytes rather than in human readable format\n"), out);