summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--console_cmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/console_cmds.c b/console_cmds.c
index cb7b57860..132d54dcd 100644
--- a/console_cmds.c
+++ b/console_cmds.c
@@ -92,7 +92,7 @@ DEF_CONSOLE_CMD(ConStopAllVehicles)
{
Vehicle* v;
if (argc == 0) {
- IConsoleHelp("Stops all vehicles in the game. Use at your own risk... Usage: 'stopall'");
+ IConsoleHelp("Stops all vehicles in the game. For debugging only! Use at your own risk... Usage: 'stopall'");
return true;
}