updated start/stop help-messages
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Tue, 30 Dec 2003 16:22:13 +0000 (16:22 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Tue, 30 Dec 2003 16:22:13 +0000 (16:22 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@516 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/scripts/vserver

index 21b8d52..5725eaa 100755 (executable)
@@ -37,8 +37,10 @@ $"Usage: $(basename $0) [-s|--sync] [-v|--verbose]
 <vserver> is the name of a vserver.
 
 Possible commands are:
-    start       ... starts the specified vserver
-    stop        ... stops the specified vserver
+    start [--nodeps] <start-vservers-opts>*
+                ... starts the specified vserver
+    stop [--nodeps] <start-vservers-opts>*
+                ... stops the specified vserver
     restart     ... restarts the specified vserver; this is the subsequent
                     execution of a synchronized 'stop' and a 'start'
     condrestart ... restarts the vserver when it is running already