Author: arand-guest Date: 2011-10-28 17:30:14 +0000 (Fri, 28 Oct 2011) New Revision: 12722
Modified: non-free/packages/trunk/assaultcube-data/debian/assaultcube-server.6 Log: Document --wizard in manual page Modified: non-free/packages/trunk/assaultcube-data/debian/assaultcube-server.6 =================================================================== --- non-free/packages/trunk/assaultcube-data/debian/assaultcube-server.6 2011-10-28 14:13:22 UTC (rev 12721) +++ non-free/packages/trunk/assaultcube-data/debian/assaultcube-server.6 2011-10-28 17:30:14 UTC (rev 12722) @@ -157,6 +157,10 @@ .BI \-u N ] [ +.B \-\-wizard +.I outfile relbinarypath +] +[ .B \-\-help ] .SH DESCRIPTION @@ -552,6 +556,26 @@ .BI \-u N Sets the up-stream bandwidth (per player) to N bytes per second. Only set this argument if you know what you're doing, as specifying a incorrect value is worse than not specifying it. .TP +.BI \-\-wizard " outfile relbinarypath" +Starts the server setup wizard and saves the choosen settings to +.I outfile +in the form of a bash script, executing the file given by +.I relbinarypath +with the additional options specified. +.PP +.IP +.B Example: +.br +.RS 0 +.B assaultcube \-\-wizard +.IB $HOME/myserver.sh " $(which assaultcube-server)" + +.br +.IP +.B "$(which assaultcube-server)" +simply expands to the assaultcube launcher path and would be equivalent to using e.g: +.I /usr/games/assaultcube-server +.TP .B \-\-help Display this manpage. .SH SEE ALSO _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

