summaryrefslogtreecommitdiff
path: root/plugins/CmdLine/MimCmd/src/MimCmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CmdLine/MimCmd/src/MimCmd.cpp')
-rw-r--r--plugins/CmdLine/MimCmd/src/MimCmd.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/CmdLine/MimCmd/src/MimCmd.cpp b/plugins/CmdLine/MimCmd/src/MimCmd.cpp
index 8ae4e6909d..2468f3f284 100644
--- a/plugins/CmdLine/MimCmd/src/MimCmd.cpp
+++ b/plugins/CmdLine/MimCmd/src/MimCmd.cpp
@@ -59,9 +59,9 @@ void PrintUsage()
GetProgramName(name, sizeof(name));
lpprintf(Translate("%s usage:\n"), name);
- lpprintf(Translate("%s <command> [<param> [, <param> ..]]\n"), name);
+ lpprintf(Translate("%s <command> [<param> [<param> [...]]].\n"), name);
lpprintf(Translate("This will tell Miranda to run the specified command. The commands can have zero, one or more parameters. Use '%s help' to get a list of possible commands.\n"), name);
- lpprintf(Translate("No command can have more than %d parameters\n"), MAX_ARGUMENTS - 1);
+ lpprintf(Translate("No command can have more than %d parameters.\n"), MAX_ARGUMENTS - 1);
}
void ShowVersion()