summaryrefslogtreecommitdiffstats
path: root/disk-utils/partx.c
diff options
context:
space:
mode:
authorSami Kerola2013-04-02 21:42:52 +0200
committerKarel Zak2013-04-05 13:56:09 +0200
commitf059bdf6085d0b28c8e0eebfef39c47c48622691 (patch)
treea329acef248b5c1cbe5fb315ba33633984379ca2 /disk-utils/partx.c
parentlscpu: fix error message (diff)
downloadkernel-qcow2-util-linux-f059bdf6085d0b28c8e0eebfef39c47c48622691.tar.gz
kernel-qcow2-util-linux-f059bdf6085d0b28c8e0eebfef39c47c48622691.tar.xz
kernel-qcow2-util-linux-f059bdf6085d0b28c8e0eebfef39c47c48622691.zip
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 <kerolasa@iki.fi>
Diffstat (limited to 'disk-utils/partx.c')
-rw-r--r--disk-utils/partx.c1
1 files changed, 0 insertions, 1 deletions
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);