mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
rescue: Don't document --suggest option in --help output.
Also fix the docs test to ignore it.
Updates/fixes commit 33d2ae7961.
This commit is contained in:
@@ -101,7 +101,6 @@ usage (int status)
|
||||
" --scratch[=N] Add scratch disk(s)\n"
|
||||
" --selinux For backwards compat only, does nothing\n"
|
||||
" --smp N Enable SMP with N >= 2 virtual CPUs\n"
|
||||
" --suggest Suggest mount commands for this guest\n"
|
||||
" -v|--verbose Verbose messages\n"
|
||||
" -V|--version Display version and exit\n"
|
||||
" -w|--rw Mount read-write\n"
|
||||
|
||||
@@ -21,4 +21,5 @@ set -e
|
||||
$TEST_FUNCTIONS
|
||||
skip_if_skipped
|
||||
|
||||
$top_srcdir/podcheck.pl virt-rescue.pod virt-rescue
|
||||
$top_srcdir/podcheck.pl virt-rescue.pod virt-rescue \
|
||||
--ignore=--suggest
|
||||
|
||||
Reference in New Issue
Block a user