]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
lxc-archlinux: Don't hardcode /var/lib/lxc in help
authorStéphane Graber <stgraber@ubuntu.com>
Wed, 5 Dec 2012 23:51:08 +0000 (18:51 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Thu, 6 Dec 2012 14:43:26 +0000 (09:43 -0500)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
templates/lxc-archlinux.in

index 5db5b85263cfa7584cffcc19a7e2d743f919aa48..cf274d4a043de3295720ff6c8a6a485a9a2a3f06 100644 (file)
@@ -375,7 +375,7 @@ usage:
 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, defaults to /var/lib/lxc. The container config will go under /var/lib/lxc in that case
+  -p,--path         path to where the container rootfs will be created, defaults to $default_path. The container config will go under $default_path in that case
   -P,--packages     preinstall additional packages, comma-separated list
   -h,--help         print this help
 EOF