From: Enrico Scholz Date: Wed, 21 Jan 2004 01:27:01 +0000 (+0000) Subject: fixed help message X-Git-Tag: VERSION_0_10~872 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74dd23c05dd33b261fb5326eac226f9954ba476c;p=util-vserver.git fixed help message git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@658 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/src/vlimit.c b/util-vserver/src/vlimit.c index 5e7bcd0..31b5894 100644 --- a/util-vserver/src/vlimit.c +++ b/util-vserver/src/vlimit.c @@ -75,7 +75,7 @@ showHelp(int fd, char const *cmd, int res) WRITE_MSG(fd, "Usage: "); WRITE_STR(fd, cmd); WRITE_MSG(fd, - " [-c|--ctx ] [-a|--all] [-MSH -- ]*\n" + " [-c ] [-a|--all] [-MSH -- ]*\n" "Please report bugs to " PACKAGE_BUGREPORT "\n"); exit(res); }