mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-15 08:05:20 +00:00
lxc-centos: fix tab/space mixup in help text.
Signed-off-by: Michael Adam <obnox@samba.org> Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
This commit is contained in:
parent
6976826fed
commit
2ae8252a4f
@ -699,7 +699,7 @@ do
|
|||||||
-n|--name) name=$2; shift 2;;
|
-n|--name) name=$2; shift 2;;
|
||||||
-c|--clean) clean=1; shift 1;;
|
-c|--clean) clean=1; shift 1;;
|
||||||
-R|--release) release=$2; shift 2;;
|
-R|--release) release=$2; shift 2;;
|
||||||
--repo) repo="$2"; shift 2;;
|
--repo) repo="$2"; shift 2;;
|
||||||
-a|--arch) newarch=$2; shift 2;;
|
-a|--arch) newarch=$2; shift 2;;
|
||||||
--fqdn) utsname=$2; shift 2;;
|
--fqdn) utsname=$2; shift 2;;
|
||||||
--) shift 1; break ;;
|
--) shift 1; break ;;
|
||||||
|
Loading…
Reference in New Issue
Block a user