From 018b3f73c06a2d3fa8a6b2b9be81ded9823a2723 Mon Sep 17 00:00:00 2001 From: RKrom Date: Tue, 27 Jul 2010 19:18:24 +0000 Subject: [PATCH] Renamed to configure git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@722 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4 --- Greenshot/Forms/MainForm.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Greenshot/Forms/MainForm.cs b/Greenshot/Forms/MainForm.cs index 40760c152..6f35fb652 100644 --- a/Greenshot/Forms/MainForm.cs +++ b/Greenshot/Forms/MainForm.cs @@ -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();