Renamed to configure

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@722 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2010-07-27 19:18:24 +00:00
commit 018b3f73c0

View file

@ -107,7 +107,7 @@ namespace Greenshot {
helpOutput.AppendLine("\t\tUnstall is called from the unstaller and tries to close all running instances.");
helpOutput.AppendLine();
helpOutput.AppendLine();
helpOutput.AppendLine("\t--config [property=value] ...");
helpOutput.AppendLine("\t--configure [property=value] ...");
helpOutput.AppendLine("\t\tChange the configuration of Greenshot via the commandline.");
helpOutput.AppendLine("\t\tExample to change the language to English: greenshot.exe --config Ui_Language=en-US");
helpOutput.AppendLine("\t\tExample to change the destination: greenshot.exe --config Output_File_Path=\"C:\\Documents and Settings\\\"");
@ -139,7 +139,7 @@ namespace Greenshot {
}
// Modify configuration
if (argument.Equals("--config")) {
if (argument.Equals("--configure")) {
LOG.Debug("Setting configuration!");
conf = AppConfig.GetInstance();
Properties properties = new Properties();