r1141 - packages/trunk/nexuiz/debian/scripts

Bruno Fuddl-guestquot; Fuddl" Kleinert fuddl-guest at costa.debian.org
Wed Jul 19 22:32:59 UTC 2006


Author: fuddl-guest
Date: 2006-07-19 22:32:56 +0000 (Wed, 19 Jul 2006)
New Revision: 1141

Modified:
   packages/trunk/nexuiz/debian/scripts/nexuiz
   packages/trunk/nexuiz/debian/scripts/nexuiz-server
Log:
changed text for -h/--help cmd params

Modified: packages/trunk/nexuiz/debian/scripts/nexuiz
===================================================================
--- packages/trunk/nexuiz/debian/scripts/nexuiz	2006-07-19 22:03:57 UTC (rev 1140)
+++ packages/trunk/nexuiz/debian/scripts/nexuiz	2006-07-19 22:32:56 UTC (rev 1141)
@@ -8,7 +8,7 @@
 \n\
  -h, --help\t\tDisplay this help\n\
  -q, --quiet\t\tDisable console output\n\
- +set option value\tPass options to the Nexuiz binary\n"
+ +<internal command>\tPass commands to the engine\n"
 
 QUIET=0
 

Modified: packages/trunk/nexuiz/debian/scripts/nexuiz-server
===================================================================
--- packages/trunk/nexuiz/debian/scripts/nexuiz-server	2006-07-19 22:03:57 UTC (rev 1140)
+++ packages/trunk/nexuiz/debian/scripts/nexuiz-server	2006-07-19 22:32:56 UTC (rev 1141)
@@ -7,8 +7,9 @@
 Usage: nexuiz-server [OPTION]...\n\
 \n\
  -h, --help\t\tDisplay this help\n\
- +set option value\tPass options to the Nexuiz server binary\n\
- +exec foobar.cfg\tExecute a nexuiz-script at startup\n"
+ +<internal command>\tPass options to the game engine. For the server this is\n\
+\t\t\toftern used to execute server configuration files.\n\
+\t\t\tFor example 'nexuiz-server +exec my_server.cfg'"
 
 case "$1" in
 	-h|--help)




More information about the Pkg-games-commits mailing list