From faa1b92b1130fc4cfbb0c90746c1cc2f81bc66f4 Mon Sep 17 00:00:00 2001 From: Daniel Hokka Zakrisson Date: Tue, 12 Sep 2006 10:34:15 +0000 Subject: [PATCH] Fix Usage: message for the main script. (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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/vserver b/scripts/vserver index 006e7f7..5187776 100755 --- 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 {start|stop|suexec|restart|condrestart|exec|enter|chkconfig|running|status}" >&2 exit 2 ;; esac -- 1.8.1.5