From 987b7e67a0a46db23e87b8b70404a9243e0cff34 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Wed, 11 Feb 2004 23:46:58 +0000 Subject: [PATCH] use VSERVER_DECLARE_CMD git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@882 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/src/clearenv.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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); } -- 1.8.1.5