Commit 0ce75698 by Johannes Kastl Committed by Stéphane Graber

lxc-opensuse: Added explanation on how to use the template

parent 2e7a16a5
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
# Daniel Lezcano <daniel.lezcano@free.fr> # Daniel Lezcano <daniel.lezcano@free.fr>
# Frederic Crozat <fcrozat@suse.com> # Frederic Crozat <fcrozat@suse.com>
# Michael H. Warfield <mhw@WittsEnd.com> # Michael H. Warfield <mhw@WittsEnd.com>
# Johannes Kastl <mail@ojkastl.de>
# This library is free software; you can redistribute it and/or # This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public # modify it under the terms of the GNU Lesser General Public
...@@ -378,7 +379,9 @@ clean() ...@@ -378,7 +379,9 @@ clean()
usage() usage()
{ {
cat <<EOF 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 EOF
return 0 return 0
} }
......
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