summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2018-05-03 10:48:45 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2018-05-03 10:48:55 +0000
commit2bcc2a014b8c70d5be1bc9a1916799fa83cbaeab (patch)
tree1f67d82a41bfa9cd73dc53cdfddb69f87fe36ce0 /share/man
parentReleasing debian version 20180218-2. (diff)
downloadopen-infrastructure-compute-tools-2bcc2a014b8c70d5be1bc9a1916799fa83cbaeab.tar.xz
open-infrastructure-compute-tools-2bcc2a014b8c70d5be1bc9a1916799fa83cbaeab.zip
Merging upstream version 20180503.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'share/man')
-rw-r--r--share/man/container-create-debconf.1.txt4
-rw-r--r--share/man/container-create.1.txt3
2 files changed, 5 insertions, 2 deletions
diff --git a/share/man/container-create-debconf.1.txt b/share/man/container-create-debconf.1.txt
index ce77c53..db4028b 100644
--- a/share/man/container-create-debconf.1.txt
+++ b/share/man/container-create-debconf.1.txt
@@ -103,10 +103,10 @@ The following script options are available:
EXAMPLES
--------
*Create a Debian based container:*::
- sudo container create -s debian -n stretch.example.net
+ sudo container create -s debian -n debian.example.net
*Create a Progress Linux container:*::
- sudo container create -s progress-linux -n cairon-backports.example.net
+ sudo container create -s progress-linux -n progress.example.net
FILES
diff --git a/share/man/container-create.1.txt b/share/man/container-create.1.txt
index 6ffc867..d21bd58 100644
--- a/share/man/container-create.1.txt
+++ b/share/man/container-create.1.txt
@@ -55,6 +55,9 @@ The following container-create options are available:
*-s, --script='SCRIPT'*::
Specify container creation script, defaults to debootstrap.
+*-v, --verbose*::
+ Explain what is being done.
+
*-b, --bind='DIRECTORY:DIRECTORY[:OPTIONS][;DIRECTORY:DIRECTORY[:OPTIONS]]'*::
Specify container read-write bind mounts, see systemd-nspawn(1) --bind option.