From 1eed5615cb7bef59f6212e14aa1d80949cbce736 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Tue, 30 Dec 2003 16:22:13 +0000 Subject: [PATCH] updated start/stop help-messages git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@516 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/scripts/vserver | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/util-vserver/scripts/vserver b/util-vserver/scripts/vserver index 21b8d52..5725eaa 100755 --- a/util-vserver/scripts/vserver +++ b/util-vserver/scripts/vserver @@ -37,8 +37,10 @@ $"Usage: $(basename $0) [-s|--sync] [-v|--verbose] is the name of a vserver. Possible commands are: - start ... starts the specified vserver - stop ... stops the specified vserver + start [--nodeps] * + ... starts the specified vserver + stop [--nodeps] * + ... 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 -- 1.8.1.5