diff options
Diffstat (limited to '')
-rw-r--r-- | share/man/container-create-debootstrap.1.rst | 4 |
1 files changed, 2 insertions, 2 deletions
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. |