]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
sfdisk: improve descriptions of options --no-reread and --show-extended
authorBenno Schulenberg <bensberg@justemail.net>
Wed, 10 Aug 2011 18:59:49 +0000 (20:59 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 15 Aug 2011 13:49:31 +0000 (15:49 +0200)
Also keep the two geometry options (-g and -G) together by moving -A.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
fdisk/sfdisk.c

index 6ae0be4f8e15c305c2261937b70214ad71fb34f0..b01723df861d1005183860773f86c53bed7f28ec 100644 (file)
@@ -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"