]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/command/rpn.qc
Standardize command usage messages:
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / command / rpn.qc
index 467768269c8eeccd17912fafc10ba71322394651..7c944aa0feacc98e6875b38f31f563a769ff80e1 100644 (file)
@@ -570,7 +570,7 @@ LABEL(skip_difference)
                default:
                case CMD_REQUEST_USAGE:
                {
-                       LOG_HELP("Usage:^3 ", GetProgramCommandPrefix(), " rpn EXPRESSION...");
+                       LOG_HELP("Usage:^3 ", GetProgramCommandPrefix(), " rpn <expression>");
                        LOG_HELP("    Operator description (x: string, s: set, f: float):");
                        LOG_HELP("    x pop ----------------------------->     : removes the top");
                        LOG_HELP("    x dup -----------------------------> x x : duplicates the top");