summaryrefslogtreecommitdiffstats
path: root/fdisk/sfdisk.c
diff options
context:
space:
mode:
authorBenno Schulenberg2011-08-10 20:59:49 +0200
committerKarel Zak2011-08-15 15:49:31 +0200
commitebaba0a9065cffd42c7ec3535d904c59175e74f4 (patch)
tree0db08929ecd50f2e9d443ed9cdc55da56c2a8c7d /fdisk/sfdisk.c
parentsfdisk: gettextize each warning as a whole (diff)
downloadkernel-qcow2-util-linux-ebaba0a9065cffd42c7ec3535d904c59175e74f4.tar.gz
kernel-qcow2-util-linux-ebaba0a9065cffd42c7ec3535d904c59175e74f4.tar.xz
kernel-qcow2-util-linux-ebaba0a9065cffd42c7ec3535d904c59175e74f4.zip
sfdisk: improve descriptions of options --no-reread and --show-extended
Also keep the two geometry options (-g and -G) together by moving -A. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'fdisk/sfdisk.c')
-rw-r--r--fdisk/sfdisk.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/fdisk/sfdisk.c b/fdisk/sfdisk.c
index 6ae0be4f8..b01723df8 100644
--- a/fdisk/sfdisk.c
+++ b/fdisk/sfdisk.c
@@ -2378,13 +2378,13 @@ usage(FILE * out) {
fprintf(out, _("\nDangerous options:\n"
" -f, --force disable all consistency checking\n"
+ " --no-reread do not check whether the partition is in use\n"
" -g, --show-geometry print the kernel's idea of the geometry\n"
- " -A, --activate[=device] activate bootable flag\n"
" -G, --show-pt-geometry print geometry guessed from the partition table\n"
+ " -A, --activate[=device] activate bootable flag\n"
" -U, --unhide[=device] set partition unhidden\n"
- " --no-reread skip partition re-read at boot\n"
- " -x, --show-extended also list extended partitions on output\n"
- " or expect descriptors for them on input\n"
+ " -x, --show-extended also list extended partitions in the output,\n"
+ " or expect descriptors for them in the input\n"
" --leave-last do not allocate the last cylinder\n"
" --IBM same as --leave-last\n"
" --in-order partitions are in order\n"