X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=util-vserver%2Fsrc%2Fexec-cd.c;h=0c47459ec5b18db45ae0f3c79b1642119d0c7001;hb=a917f24ef7b003dcef54a3db2644cf9cb4bc2db2;hp=4250f725195dad0070d3abc39e6030327827bec5;hpb=86a23427cca76a5a9befd60c85535a0e738bc3c6;p=util-vserver.git diff --git a/util-vserver/src/exec-cd.c b/util-vserver/src/exec-cd.c index 4250f72..0c47459 100644 --- a/util-vserver/src/exec-cd.c +++ b/util-vserver/src/exec-cd.c @@ -22,7 +22,9 @@ #include "util.h" #include +#include +#define ENSC_WRAPPERS_PREFIX "exec-cd: " #define ENSC_WRAPPERS_FCNTL 1 #define ENSC_WRAPPERS_UNISTD 1 #include @@ -35,7 +37,7 @@ showHelp(int fd, char const *cmd, int res) WRITE_MSG(fd, "Usage: "); WRITE_STR(fd, cmd); WRITE_MSG(fd, - "[--] *\n\n" + " [--] *\n\n" "Please report bugs to " PACKAGE_BUGREPORT "\n"); exit(res); }