From d993bef95dc1703515d01ca69e51fb48e6c0fbe5 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sat, 2 Nov 2013 09:16:49 +0000 Subject: CmdLine: cosmetics (by RMN) git-svn-id: http://svn.miranda-ng.org/main/trunk@6738 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/CmdLine/MimCmd/src/MimCmd.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/CmdLine/MimCmd') 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 [ [, ..]]\n"), name); + lpprintf(Translate("%s [ [ [...]]].\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() -- cgit v1.2.3