fixed docu for 'stop' and 'start'
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Thu, 28 Apr 2005 18:03:42 +0000 (18:03 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Thu, 28 Apr 2005 18:03:42 +0000 (18:03 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2066 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/scripts/vserver

index 1327d2b..21f1d3d 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/bash
 # $Id$
 
-# Copyright (C) 2003 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
+# Copyright (C) 2003,2004,2005 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
 #  
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -37,10 +37,9 @@ $"Usage: $(basename $0) [-s|--sync] [-v|--verbose] [--silent]
 <vserver> is the name of a vserver.
 
 Possible commands are:
-    start [--nodeps] <start-vservers-opts>*
+    start [--rescue] [--rescue-cmd <cmd>]
                 ... starts the specified vserver
-    stop [--nodeps] <start-vservers-opts>*
-                ... stops the specified vserver
+    stop        ... 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
@@ -91,7 +90,7 @@ function showVersion()
 $"vserver $PACKAGE_VERSION -- manages the state of vservers
 This program is part of $PACKAGE_STRING
 
-Copyright (C) 2003 Enrico Scholz
+Copyright (C) 2003,2004,2005 Enrico Scholz
 This program is free software; you may redistribute it under the terms of
 the GNU General Public License.  This program has absolutely no warranty."
     exit 0