diff options
| author | Christian Goeschel Ndjomouo <cgoesc2@wgu.edu> | 2025-11-23 23:19:56 -0500 |
|---|---|---|
| committer | Christian Goeschel Ndjomouo <cgoesc2@wgu.edu> | 2025-11-24 08:39:32 -0500 |
| commit | f485a07b4197c4216b8767bfa0e1bfd81c4175a1 (patch) | |
| tree | 8a0c02ede940102f82b83b1b1f52bde13c6d2725 | |
| parent | dbd18d20e543d1c453235a3dec64edadc00642e3 (diff) | |
| download | util-linux-f485a07b4197c4216b8767bfa0e1bfd81c4175a1.tar.gz | |
partx: mark the --list option as deprecated
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
| -rw-r--r-- | disk-utils/partx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/disk-utils/partx.c b/disk-utils/partx.c index 68d29f62f4..f4affe9728 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' }, |
