summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-01-16 10:14:38 +0000
committerRichard W.M. Jones <rjones@redhat.com>2012-01-16 10:14:38 +0000
commit3e9f8d050a7709ef3e9ea8c6b5098bac6fc21740 (patch)
treeb27adc4fba2d65385a59b28331b9b0f87bd44389
parent4ac5e2d2180f6cbf8c1f14b8b54f97b5a1865318 (diff)
downloadlibguestfs-3e9f8d050a7709ef3e9ea8c6b5098bac6fc21740.tar.gz
libguestfs-3e9f8d050a7709ef3e9ea8c6b5098bac6fc21740.tar.xz
libguestfs-3e9f8d050a7709ef3e9ea8c6b5098bac6fc21740.zip
e2fsck: Tidy up the documentation for this API.
-rw-r--r--generator/generator_actions.ml12
1 files changed, 8 insertions, 4 deletions
diff --git a/generator/generator_actions.ml b/generator/generator_actions.ml
index 2e40c390..5586d7bb 100644
--- a/generator/generator_actions.ml
+++ b/generator/generator_actions.ml
@@ -6604,19 +6604,23 @@ The usage of this device, for example C<filesystem> or C<raid>.
"check an ext2/ext3 filesystem",
"\
This runs the ext2/ext3 filesystem checker on C<device>.
-Force to check the filesystem even if it appears to be clean.
+It can take the following optional arguments:
=over 4
=item C<correct>
-Automatically repair the file system. This option will cause e2fsck to automatically
-fix any filesystem problems that can be safely fixed without human intervention.
+Automatically repair the file system. This option will cause e2fsck
+to automatically fix any filesystem problems that can be safely
+fixed without human intervention.
+
This option may not be specified at the same time as the C<forceall> option.
=item C<forceall>
-Assume an answer of 'yes' to all questions; allows e2fsck to be used non-interactively.
+Assume an answer of 'yes' to all questions; allows e2fsck to be used
+non-interactively.
+
This option may not be specified at the same time as the C<correct> option.
=back");