summaryrefslogtreecommitdiffstats
path: root/fdisk/sfdisk.c
diff options
context:
space:
mode:
authorBenno Schulenberg2011-08-11 21:47:15 +0200
committerKarel Zak2011-08-15 15:49:52 +0200
commita89dbfee94d0e8521b1d3341734f433d64a217c3 (patch)
treefe45e0e774d680b3a9ed5f7455c9230f4a150ed7 /fdisk/sfdisk.c
parentscript: normalize formatting of the man page (diff)
downloadkernel-qcow2-util-linux-a89dbfee94d0e8521b1d3341734f433d64a217c3.tar.gz
kernel-qcow2-util-linux-a89dbfee94d0e8521b1d3341734f433d64a217c3.tar.xz
kernel-qcow2-util-linux-a89dbfee94d0e8521b1d3341734f433d64a217c3.zip
sfdisk: correct '--inside-order' to '--inside-outer' in documentation
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'fdisk/sfdisk.c')
-rw-r--r--fdisk/sfdisk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fdisk/sfdisk.c b/fdisk/sfdisk.c
index cd494d065..08e1b0c53 100644
--- a/fdisk/sfdisk.c
+++ b/fdisk/sfdisk.c
@@ -2368,8 +2368,8 @@ usage(FILE * out) {
" --IBM same as --leave-last\n"
" --in-order partitions are in order\n"
" --not-in-order partitions are not in order\n"
- " --inside-order all logicals inside outermost extended\n"
- " --not-inside-order not all logicals inside outermost extended\n"
+ " --inside-outer all logicals inside outermost extended\n"
+ " --not-inside-outer not all logicals inside outermost extended\n"
" --nested every partition is disjoint from all others\n"
" --chained like nested, but extended partitions may lie outside\n"
" --onesector partitions are mutually disjoint\n"