From f059bdf6085d0b28c8e0eebfef39c47c48622691 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Tue, 2 Apr 2013 20:42:52 +0100 Subject: 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 --- disk-utils/partx.c | 1 - 1 file changed, 1 deletion(-) (limited to 'disk-utils/partx.c') diff --git a/disk-utils/partx.c b/disk-utils/partx.c index 9fa9587e8..49ef1dc84 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); -- cgit v1.2.3-55-g7522