summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Williams <codehelp@debian.org>2015-11-06 14:08:08 +0000
committerNeil Williams <codehelp@debian.org>2015-11-06 14:08:08 +0000
commitb73dd28dd4a7ab0b850350bf60144089a147eb11 (patch)
tree7e886fc0620a2fecb900212feb677bc5689191ab
parente8ec0ebb820110a24e64bd161b9fde233251435f (diff)
downloadvmdebootstrap-b73dd28dd4a7ab0b850350bf60144089a147eb11.tar.gz
add --dry-run to the docs
-rw-r--r--doc/overview.rst1
-rw-r--r--man/conf.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/overview.rst b/doc/overview.rst
index a43b47c..2c3644c 100644
--- a/doc/overview.rst
+++ b/doc/overview.rst
@@ -144,6 +144,7 @@ Options
--pkglist Output a list of package names installed inside the image.
Useful if you need to track the relevant source packages
used inside the image for licence compliance.
+ --dry-run Do not build, just test that the options are valid.
Configuration files and settings
********************************
diff --git a/man/conf.py b/man/conf.py
index 6913777..302a7d9 100644
--- a/man/conf.py
+++ b/man/conf.py
@@ -206,6 +206,6 @@ intersphinx_mapping = {'http://docs.python.org/': None}
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
- ('vmdebootstrap', 'vmdebootstrap', u'install basic Debian system into virtual disk image',
+ ('overview', 'vmdebootstrap', u'install basic Debian system into virtual disk image',
[u'Neil Williams'], 8),
]