]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
lxc-opensuse: Added explanation on how to use the template
authorJohannes Kastl <mail@ojkastl.de>
Thu, 6 Nov 2014 15:29:25 +0000 (16:29 +0100)
committerStéphane Graber <stgraber@ubuntu.com>
Tue, 25 Nov 2014 19:31:59 +0000 (14:31 -0500)
Signed-off-by: Johannes Kastl <git@ojkastl.de>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
templates/lxc-opensuse.in

index 7149e42b424d28d174b87cc2ee755e256c0e07ee..bc3baa368fdc19d118d43e67284ae8345bc718dd 100644 (file)
@@ -11,6 +11,7 @@
 # Daniel Lezcano <daniel.lezcano@free.fr>
 # Frederic Crozat <fcrozat@suse.com>
 # Michael H. Warfield <mhw@WittsEnd.com>
+# Johannes Kastl <mail@ojkastl.de>
 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -378,7 +379,9 @@ clean()
 usage()
 {
     cat <<EOF
-$1 -h|--help -p|--path=<path> --clean
+$1 -h|--help -p|--path=<path> -r|--release nn.n --clean
+Please give the release as 12.3, 13.1, 13.2 etc.
+If no release is given, openSUSE 12.3 is installed.
 EOF
     return 0
 }