]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/turrets/all.qh
Standardize command usage messages, part 2 (mostly arguments descriptions)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / turrets / all.qh
index d9f5ce867ea22b699369789c8bf39e6b261ee00b..9304bf0252692689083945ddfe87f0d59b9d06f5 100644 (file)
@@ -101,7 +101,7 @@ GENERIC_COMMAND(dumpturrets, "Dump all turrets into turrets_dump.txt", false)
         case CMD_REQUEST_USAGE:
         {
             LOG_HELP("Usage:^3 ", GetProgramCommandPrefix(), " dumpturrets [<filename>]");
-            LOG_HELP("  Where 'filename' is the file to write (default is turrets_dump.cfg),");
+            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.");
             return;