]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
partx: remove deprecated option from usage()
authorSami Kerola <kerolasa@iki.fi>
Tue, 2 Apr 2013 19:42:52 +0000 (20:42 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 5 Apr 2013 11:56:09 +0000 (13:56 +0200)
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>
disk-utils/partx.c

index 9fa9587e82667f914603a0dff9133da12d480f3a..49ef1dc84ae4cf93e559b3384c20676ada31b431 100644 (file)
@@ -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);