projects
/
util-vserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
83dc12f
)
Fix Usage: message for the main script.
author
Daniel Hokka Zakrisson
<daniel@hozac.com>
Tue, 12 Sep 2006 10:34:15 +0000 (10:34 +0000)
committer
Daniel Hokka Zakrisson
<daniel@hozac.com>
Tue, 12 Sep 2006 10:34:15 +0000 (10:34 +0000)
(https://savannah.nongnu.org/bugs/index.php?15551)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2289
94cd875c
-1c1d-0410-91d2-
eb244daf1a30
scripts/vserver
patch
|
blob
|
history
diff --git
a/scripts/vserver
b/scripts/vserver
index
006e7f7
..
5187776
100755
(executable)
--- a/
scripts/vserver
+++ b/
scripts/vserver
@@
-271,7
+271,7
@@
case "$2" in
fi
;;
(*)
- echo $"Usage: $0 {start|stop|suexec|restart|condrestart|exec|enter|chkconfig|running|status}" >&2
+ echo $"Usage: $0 <vserver> {start|stop|suexec|restart|condrestart|exec|enter|chkconfig|running|status}" >&2
exit 2
;;
esac