Commit 75350ec8 by Stéphane Graber

lxc-archlinux: Don't hardcode /var/lib/lxc in help

parent 7c382572
...@@ -375,7 +375,7 @@ usage: ...@@ -375,7 +375,7 @@ usage:
Mandatory args: Mandatory args:
-n,--name container name, used to as an identifier for that container from now on -n,--name container name, used to as an identifier for that container from now on
Optional args: 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 -P,--packages preinstall additional packages, comma-separated list
-h,--help print this help -h,--help print this help
EOF EOF
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment