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@xxxxxx> --- disk-utils/partx.c | 1 - 1 file changed, 1 deletion(-) diff --git a/disk-utils/partx.c b/disk-utils/partx.c index 9fa9587..49ef1dc 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); -- 1.8.2 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html