diff options
Diffstat (limited to '')
-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 |