From: Nicolas Porcel Date: Sat, 23 Jan 2016 15:13:46 +0000 (+0100) Subject: Fix typo in lxc-archlinux.in X-Git-Tag: lxc-2.0.0.beta2~23^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F774%2Fhead;p=thirdparty%2Flxc.git Fix typo in lxc-archlinux.in Thank you vim! Signed-off-by: Nicolas Porcel --- diff --git a/templates/lxc-archlinux.in b/templates/lxc-archlinux.in index c692abf42..8aa1d8d9b 100644 --- a/templates/lxc-archlinux.in +++ b/templates/lxc-archlinux.in @@ -198,7 +198,7 @@ Mandatory args: -n,--name container name, used to as an identifier for that container from now on Optional args: -p,--path path to where the container rootfs will be created (${default_path}) - --rootfs path for actual container rootfs, (${default_path/rootfs) + --rootfs path for actual container rootfs, (${default_path}/rootfs) -P,--packages preinstall additional packages, comma-separated list -e,--enable_units enable systemd services, comma-separated list -d,--disable_units disable systemd services, comma-separated list