Author: alink
Date: Sat Jun  7 02:46:06 2008
New Revision: 27020

URL: http://svn.gna.org/viewcvs/wesnoth?rev=27020&view=rev
Log:
document the sequence of commands feature of the custom command in its help

Modified:
    trunk/src/menu_events.cpp

Modified: trunk/src/menu_events.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/menu_events.cpp?rev=27020&r1=27019&r2=27020&view=diff
==============================================================================
--- trunk/src/menu_events.cpp (original)
+++ trunk/src/menu_events.cpp Sat Jun  7 02:46:06 2008
@@ -2415,7 +2415,7 @@
                                register_command("nodebug", 
&console_handler::do_nodebug,
                                        _("Turn debug mode off."), "", "D");
                                register_command("custom", 
&console_handler::do_custom,
-                                       _("Set the command used by the custom 
command hotkey"), "<command>");
+                                       _("Set the command used by the custom 
command hotkey"), "<command>[;<command>...]");
                                register_command("alias", 
&console_handler::do_set_alias,
                                        _("Set or show alias to a command"), 
"<name>[=<command>]");
                                register_command("set_var", 
&console_handler::do_set_var,


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to