diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-11-02 09:16:49 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-11-02 09:16:49 +0000 |
commit | d993bef95dc1703515d01ca69e51fb48e6c0fbe5 (patch) | |
tree | 7ec904a9a4ba799b08f63c153dcfe4b2654c1ca4 /plugins/CmdLine/MimCmd/src/MimCmd.cpp | |
parent | c476c108afcabeef34c40b7d33ffbb62d68ca24f (diff) |
CmdLine: cosmetics (by RMN)
git-svn-id: http://svn.miranda-ng.org/main/trunk@6738 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CmdLine/MimCmd/src/MimCmd.cpp')
-rw-r--r-- | plugins/CmdLine/MimCmd/src/MimCmd.cpp | 4 |
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()
|