]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
partx: mark the --list option as deprecated
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Mon, 24 Nov 2025 04:19:56 +0000 (23:19 -0500)
committerChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Mon, 24 Nov 2025 13:39:32 +0000 (08:39 -0500)
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
disk-utils/partx.c

index 68d29f62f414ebd90603635276d0e7997b860f7f..f4affe9728e5f57aebdf3ad278b4eaa4b289f5d2 100644 (file)
@@ -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' },