minor documentation fix
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Wed, 14 Jan 2004 02:30:45 +0000 (02:30 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Wed, 14 Jan 2004 02:30:45 +0000 (02:30 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@599 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/src/vps.c

index 325beae..a02b09f 100644 (file)
@@ -51,7 +51,7 @@ showHelp(int fd, char const *cmd, int res)
   WRITE_MSG(fd, "Usage:  ");
   WRITE_STR(fd, cmd);
   WRITE_MSG(fd,
-           " <ps-args>*\n\n"
+           " <ps-opts>*\n\n"
            "Please report bugs to " PACKAGE_BUGREPORT "\n");
   exit(res);
 }
@@ -62,7 +62,7 @@ showVersion()
   WRITE_MSG(1,
            "vps " VERSION " -- shows processes in vserver-contexts\n"
            "This program is part of " PACKAGE_STRING "\n\n"
-           "Copyright (C) 2003 Enrico Scholz\n"
+           "Copyright (C) 2004 Enrico Scholz\n"
            VERSION_COPYRIGHT_DISCLAIMER);
   exit(0);
 }