]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/all.qc
Standardize command usage messages, part 2 (mostly arguments descriptions)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / all.qc
index c146bc3f30fd21cefae3287db21460029fdabb54..11ac0641a2c18be823715cd6c17df3d8f975bbb3 100644 (file)
@@ -655,7 +655,7 @@ CLIENT_COMMAND(weapon_find, "Show spawn locations of a weapon")
                case CMD_REQUEST_USAGE:
                {
                        LOG_HELP("Usage:^3 cl_cmd weapon_find <weapon>");
-                       LOG_HELP("  Where 'weapon' is the lowercase weapon name, 'all' or 'unowned'.");
+                       LOG_HELP("  Where <weapon> is the lowercase weapon name, 'all' or 'unowned'.");
                        return;
                }
        }