From: Christian Goeschel Ndjomouo Date: Mon, 24 Nov 2025 04:19:56 +0000 (-0500) Subject: partx: mark the --list option as deprecated X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f485a07b4197c4216b8767bfa0e1bfd81c4175a1;p=thirdparty%2Futil-linux.git partx: mark the --list option as deprecated Signed-off-by: Christian Goeschel Ndjomouo --- diff --git a/disk-utils/partx.c b/disk-utils/partx.c index 68d29f62f..f4affe972 100644 --- a/disk-utils/partx.c +++ b/disk-utils/partx.c @@ -813,7 +813,7 @@ int main(int argc, char **argv) { "bytes", no_argument, NULL, 'b' }, { "noheadings", no_argument, NULL, 'g' }, { "raw", no_argument, NULL, 'r' }, - { "list", no_argument, NULL, 'l' }, + { "list", no_argument, NULL, 'l' }, /* deprecated */ { "show", no_argument, NULL, 's' }, { "add", no_argument, NULL, 'a' }, { "delete", no_argument, NULL, 'd' },