From: Enrico Scholz Date: Wed, 11 Feb 2004 23:46:58 +0000 (+0000) Subject: use VSERVER_DECLARE_CMD X-Git-Tag: VERSION_0_10~675 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=987b7e67a0a46db23e87b8b70404a9243e0cff34;hp=5c46486cf995a5696f41d2474b5ec0b10d9fa11b;p=util-vserver.git use VSERVER_DECLARE_CMD git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@882 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/src/clearenv.c b/util-vserver/src/clearenv.c index cff6dc8..6cd73a5 100644 --- a/util-vserver/src/clearenv.c +++ b/util-vserver/src/clearenv.c @@ -23,14 +23,17 @@ #include "util.h" #include #include +#include static void showHelp(int fd, char const *cmd, int res) { + VSERVER_DECLARE_CMD(cmd); + WRITE_MSG(fd, "Usage: "); WRITE_STR(fd, cmd); WRITE_MSG(fd, - " *\n\n" + " *\n\n" "Please report bugs to " PACKAGE_BUGREPORT "\n"); exit(res); }