summaryrefslogtreecommitdiffstats
path: root/disk-utils/sfdisk.8
diff options
context:
space:
mode:
authorKarel Zak2014-10-10 12:52:24 +0200
committerKarel Zak2014-10-10 12:52:24 +0200
commit90dc69e40a6777185f0d7185f697e33ba7afe647 (patch)
tree630eb5b46b88eb1beb9c1eaa1460b290961ba8f3 /disk-utils/sfdisk.8
parentlibfdisk: make script header parser more pedantic (diff)
downloadkernel-qcow2-util-linux-90dc69e40a6777185f0d7185f697e33ba7afe647.tar.gz
kernel-qcow2-util-linux-90dc69e40a6777185f0d7185f697e33ba7afe647.tar.xz
kernel-qcow2-util-linux-90dc69e40a6777185f0d7185f697e33ba7afe647.zip
sfdisk: leave on error
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'disk-utils/sfdisk.8')
-rw-r--r--disk-utils/sfdisk.82
1 files changed, 1 insertions, 1 deletions
diff --git a/disk-utils/sfdisk.8 b/disk-utils/sfdisk.8
index 8f905174f..029083fc9 100644
--- a/disk-utils/sfdisk.8
+++ b/disk-utils/sfdisk.8
@@ -74,7 +74,7 @@ together with \fB\-\-verify\fR.
.TP
.BR \-\-part\-attrs " " \fIdevice\fR " " \fIpartno\fR " "[\fIattrs\fR]
Change GPT partition attribute bits. If \fIattrs\fR no specified then print the current
-partition setting. The \fIattrs\fR is comma delimited list of bits. The currently
+partition setting. The \fIattrs\fR is comma or space delimited list of bits. The currently
supported attribute bits are: RequiredPartiton, NoBlockIOProtocol, LegacyBIOSBootable
and GUID specific bits in range from 48 to 63. For example string
"RequiredPartiton,50,51" sets three bits.