From ebaba0a9065cffd42c7ec3535d904c59175e74f4 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Wed, 10 Aug 2011 20:59:49 +0200 Subject: [PATCH] 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 --- fdisk/sfdisk.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fdisk/sfdisk.c b/fdisk/sfdisk.c index 6ae0be4f8e..b01723df86 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" -- 2.47.3