summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@telfort.nl>2022-03-31 10:25:05 +0200
committerBrian C. Lane <bcl@redhat.com>2022-03-31 11:17:54 -0700
commit3247e4a4db17aabc1b14f7cbc664d5595212fe39 (patch)
treeb24c75afc5dd8256ab65c89fb6ffe6ba200f2648
parent1370414ef6b42c472f57ff5f002491162c0f388f (diff)
downloadparted-3247e4a4db17aabc1b14f7cbc664d5595212fe39.tar.gz
bug#54649: [PATCH] usage: remove the mention of "a particular partition"
This complements commit b20227adf5 from five months ago. Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
-rw-r--r--parted/parted.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/parted/parted.c b/parted/parted.c
index 955489a..5c7c270 100644
--- a/parted/parted.c
+++ b/parted/parted.c
@@ -2223,8 +2223,7 @@ command_register (commands, command_create (
do_print,
str_list_create (
_("print [devices|free|list,all] display the partition table, "
- "available devices, free space, all found partitions, or a particular "
- "partition"),
+ "or available devices, or free space, or all found partitions"),
NULL),
str_list_create (
_("Without arguments, 'print' displays the entire partition table. However "