From b73dd28dd4a7ab0b850350bf60144089a147eb11 Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Fri, 6 Nov 2015 14:08:08 +0000 Subject: add --dry-run to the docs --- doc/overview.rst | 1 + man/conf.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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), ] -- cgit v1.2.1