summaryrefslogtreecommitdiff
path: root/man
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 /man
parente8ec0ebb820110a24e64bd161b9fde233251435f (diff)
downloadvmdebootstrap-b73dd28dd4a7ab0b850350bf60144089a147eb11.tar.gz
add --dry-run to the docs
Diffstat (limited to 'man')
-rw-r--r--man/conf.py2
1 files changed, 1 insertions, 1 deletions
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),
]