summaryrefslogtreecommitdiffstats
path: root/disk-utils/sfdisk.c
diff options
context:
space:
mode:
authorBenno Schulenberg2014-04-30 10:38:12 +0200
committerKarel Zak2014-05-06 11:12:13 +0200
commitaa06617f6ef8dceff939bdd233fa7df382344ecf (patch)
tree8b9561a85288311deb7ec26224cec964d17fcccb /disk-utils/sfdisk.c
parentdocs: grammarize the usage howto (diff)
downloadkernel-qcow2-util-linux-aa06617f6ef8dceff939bdd233fa7df382344ecf.tar.gz
kernel-qcow2-util-linux-aa06617f6ef8dceff939bdd233fa7df382344ecf.tar.xz
kernel-qcow2-util-linux-aa06617f6ef8dceff939bdd233fa7df382344ecf.zip
textual: remove square brackets from around three dots
Also improve some option descriptions here and there. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'disk-utils/sfdisk.c')
-rw-r--r--disk-utils/sfdisk.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/disk-utils/sfdisk.c b/disk-utils/sfdisk.c
index bd32aa8a5..3c55d5e3f 100644
--- a/disk-utils/sfdisk.c
+++ b/disk-utils/sfdisk.c
@@ -2346,7 +2346,7 @@ static void usage(FILE * out)
{
fputs(USAGE_HEADER, out);
fprintf(out,
- _(" %s [options] <device> [...]\n"), program_invocation_short_name);
+ _(" %s [options] <device>...\n"), program_invocation_short_name);
fputs(USAGE_OPTIONS, out);
fputs(_(" -s, --show-size list size of a partition\n"
@@ -2378,8 +2378,8 @@ static void usage(FILE * out)
" -L, --Linux do not complain about things irrelevant for Linux\n"), out);
fputs(_(" -g, --show-geometry print the kernel's idea of the geometry\n"
" -G, --show-pt-geometry print geometry guessed from the partition table\n"), out);
- fputs(_(" -A, --activate[=<device>] activate bootable flag\n"
- " -U, --unhide[=<dev>] set partition unhidden\n"
+ fputs(_(" -A, --activate[=<device>] activate the bootable flag\n"
+ " -U, --unhide[=<device>] set partition as unhidden\n"
" -x, --show-extended also list extended partitions in the output,\n"
" or expect descriptors for them in the input\n"), out);
fputs(_(" --leave-last do not allocate the last cylinder\n"