]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/notifications/all.qh
Standardize command usage messages:
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / notifications / all.qh
index 72017e3dc8a3efd83a2cebeb521ddd5a3b99ac50..009b76c0b9d4c54db393864afe820369bdacc72e 100644 (file)
@@ -198,7 +198,7 @@ GENERIC_COMMAND(dumpnotifs, "Dump all notifications into notifications_dump.txt"
                default:
                case CMD_REQUEST_USAGE:
                {
-                       LOG_HELP("Usage:^3 ", GetProgramCommandPrefix(), " dumpnotifs [filename]");
+                       LOG_HELP("Usage:^3 ", GetProgramCommandPrefix(), " dumpnotifs [<filename>]");
                        LOG_HELP("  Where 'filename' is the file to write (default is notifications_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.");