]> jfr.im git - irc/evilnet/znc.git/commitdiff
perform: say "number" instead of "nr"
authorMikaela Suomalainen <redacted>
Sat, 19 Sep 2015 05:40:53 +0000 (08:40 +0300)
committerJ-P Nurmi <redacted>
Sat, 19 Sep 2015 14:32:40 +0000 (16:32 +0200)
I think it's inconsistent that perform uses abbreviation "nr" of "number"
while it talks about "command" instead of "cmd".

modules/perform.cpp

index fbf7cbaa8a236c7eb06356e8f7bb6dda4c997350..419ee4f69c70de84391b78ed5386e1e60c876ba4 100644 (file)
@@ -92,11 +92,11 @@ public:
                AddCommand("Add",     static_cast<CModCommand::ModCmdFunc>(&CPerform::Add),
                        "<command>");
                AddCommand("Del",     static_cast<CModCommand::ModCmdFunc>(&CPerform::Del),
-                       "<nr>");
+                       "<number>");
                AddCommand("List",    static_cast<CModCommand::ModCmdFunc>(&CPerform::List));
                AddCommand("Execute", static_cast<CModCommand::ModCmdFunc>(&CPerform::Execute));
                AddCommand("Swap",    static_cast<CModCommand::ModCmdFunc>(&CPerform::Swap),
-                       "<nr> <nr>");
+                       "<number> <number>");
        }
 
        virtual ~CPerform() {}