diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-07-25 06:12:16 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-07-25 06:12:16 +0000 |
commit | 2b963479ffd53b964369c3fb1a9180ca5b5826da (patch) | |
tree | 597c3d39b2c6c0cf4f613729a58cb30699526f39 /share/man/container-create-curl.1.rst | |
parent | Releasing version 20210725. (diff) | |
download | compute-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>
Diffstat (limited to 'share/man/container-create-curl.1.rst')
-rw-r--r-- | share/man/container-create-curl.1.rst | 6 |
1 files changed, 4 insertions, 2 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 |