[lxc-devel] [PATCH] lxc_create: show -t switch in usage

Michael Holzt lxc at my.fqdn.org
Fri Jan 8 04:52:40 UTC 2010


lxc_create: show -t switch in usage

Signed-off-by: Michael Holzt <lxc at my.fqdn.org>
---
 src/lxc/lxc-create.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/lxc/lxc-create.in b/src/lxc/lxc-create.in
index 78ba95d..b1b986a 100644
--- a/src/lxc/lxc-create.in
+++ b/src/lxc/lxc-create.in
@@ -26,7 +26,7 @@
 #
 
 usage() {
-    echo "usage: $0 -n <name> [-f configuration]"
+    echo "usage: $0 -n <name> [-f configuration] [-t template]"
 }
 
 if [ "$(id -u)" != "0" ]; then
-- 
1.6.5





More information about the lxc-devel mailing list