summaryrefslogtreecommitdiffstats
path: root/disk-utils/partx.c
diff options
context:
space:
mode:
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);