summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2021-07-25 06:12:16 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2021-07-25 06:12:16 +0000
commit2b963479ffd53b964369c3fb1a9180ca5b5826da (patch)
tree597c3d39b2c6c0cf4f613729a58cb30699526f39
parentReleasing version 20210725. (diff)
downloadcompute-tools-2b963479ffd53b964369c3fb1a9180ca5b5826da.tar.xz
compute-tools-2b963479ffd53b964369c3fb1a9180ca5b5826da.zip
Harmonizing formating of default values in manpages.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-rw-r--r--share/man/container-create-curl.1.rst6
-rw-r--r--share/man/container-create-debootstrap.1.rst4
-rw-r--r--share/man/container-create.1.rst2
-rw-r--r--share/man/container-info.1.rst4
-rw-r--r--share/man/container-top.1.rst2
5 files changed, 10 insertions, 8 deletions
diff --git a/share/man/container-create-curl.1.rst b/share/man/container-create-curl.1.rst
index ce11006..3581fa7 100644
--- a/share/man/container-create-curl.1.rst
+++ b/share/man/container-create-curl.1.rst
@@ -72,11 +72,13 @@ The following script options are available:
--server='SERVER':
Specify the image server to download from, defaults to
- https://get.open-infrastructure.net/system/container/debian.
+ 'https://get.open-infrastructure.net/system/container/debian'.
--setup='SETUP':
Specify the setup image name to download, defaults to the value specified
- through --system using the setup.tar.${COMPRESSION} suffix.
+ through --system using the setup.tar.${COMPRESSION} suffix (where
+ ${COMPRESSION} is either lz, xz, or gz depending on compressor availability on
+ the host system).
--system='SYSTEM':
Specify the system image name to download, defaults to
diff --git a/share/man/container-create-debootstrap.1.rst b/share/man/container-create-debootstrap.1.rst
index 29ef1b6..f3e0ec5 100644
--- a/share/man/container-create-debootstrap.1.rst
+++ b/share/man/container-create-debootstrap.1.rst
@@ -61,10 +61,10 @@ The following script options are available:
Specify the Debian architecture, defaults to the host systems architecture.
-d, --distribution='DISTRIBUTION':
- Specify the Debian distribution, defaults to bullseye.
+ Specify the Debian distribution, defaults to 'bullseye'.
-m, --mirror='MIRROR':
- Specify the Debian mirror, defaults to https://deb.debian.org/debian.
+ Specify the Debian mirror, defaults to 'https://deb.debian.org/debian'.
-p, --root-password='PASSWORD':
Specify the root password, defaults to a random 16 character password.
diff --git a/share/man/container-create.1.rst b/share/man/container-create.1.rst
index ada6c72..a1d3d84 100644
--- a/share/man/container-create.1.rst
+++ b/share/man/container-create.1.rst
@@ -76,7 +76,7 @@ The following **container create** options are available:
Specify capabilities to drop, see capabilities(7).
-s, --script='SCRIPT':
- Specify container creation script, defaults to debootstrap.
+ Specify container creation script, defaults to 'debootstrap'.
-v, --verbose:
Explain what is being done.
diff --git a/share/man/container-info.1.rst b/share/man/container-info.1.rst
index 3b4d4c1..7b14713 100644
--- a/share/man/container-info.1.rst
+++ b/share/man/container-info.1.rst
@@ -41,8 +41,8 @@ The **container info** command shows specific information of a container.
Options
=======
-The following **container info** options are available, defaults to *--status
---os --ip*:
+The following **container info** options are available, defaults to '--status
+--os --ip':
--status:
Show container status (started|stopped|other).
diff --git a/share/man/container-top.1.rst b/share/man/container-top.1.rst
index 24b1050..197451b 100644
--- a/share/man/container-top.1.rst
+++ b/share/man/container-top.1.rst
@@ -44,7 +44,7 @@ Options
The following **container top** options are available, defaults to '--delay 1':
-d, --delay='SECONDS[.TENTHS]':
- Specifies the delay between screen updates, defaults to 1.
+ Specifies the delay between screen updates, defaults to '1'.
Examples
========