]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/turrets/all.qh
Standardize command usage messages:
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / turrets / all.qh
index e44c5d9b544d67b9c717580127fdb18f3cb1a14b..d9f5ce867ea22b699369789c8bf39e6b261ee00b 100644 (file)
@@ -100,7 +100,7 @@ GENERIC_COMMAND(dumpturrets, "Dump all turrets into turrets_dump.txt", false)
         default:
         case CMD_REQUEST_USAGE:
         {
-            LOG_HELP("Usage:^3 ", GetProgramCommandPrefix(), " dumpturrets [filename]");
+            LOG_HELP("Usage:^3 ", GetProgramCommandPrefix(), " dumpturrets [<filename>]");
             LOG_HELP("  Where 'filename' is the file to write (default is turrets_dump.cfg),");
             LOG_HELP("  if supplied with '-' output to console as well as default,");
             LOG_HELP("  if left blank, it will only write to default.");