]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Fix typo in lxc-gentoo template
authorDark Templar <dark_templar@hotbox.ru>
Mon, 20 Oct 2014 21:38:32 +0000 (16:38 -0500)
committerSerge Hallyn <serge.hallyn@ubuntu.com>
Mon, 20 Oct 2014 21:38:32 +0000 (16:38 -0500)
Signed-off-by: Dark Templar <dark_templar@hotbox.ru>
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
templates/lxc-gentoo.in

index 659fd283adb05447a55354b7913e2f265abf855a..b7e04b751d5adcc601dbd60d9036ec47cfda8439 100644 (file)
@@ -788,7 +788,7 @@ do
     -n|--name)             name=$2; shift 2;;
     -a|--arch)             arch=$2; shift 2;;
     -F|--flush-cache)      flush_cache=1; shift 1;;
-    -c|--cache-only)       cache_only=1; shitf 1;;
+    -c|--cache-only)       cache_only=1; shift 1;;
     -P|--private-portage)  private_portage=1; shift 1;;
     -v|--variant)          variant=$2; shift 2;;
     --portage-dir)         portage_dir=$2; shift 2;;