Renamed to configure

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@723 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2010-07-27 19:19:06 +00:00
commit 2be5da24d1

View file

@ -88,7 +88,7 @@ namespace Greenshot {
} }
StringBuilder helpOutput = new StringBuilder(); StringBuilder helpOutput = new StringBuilder();
helpOutput.AppendLine(); helpOutput.AppendLine();
if (argumentNr + 1 < args.Length && args[argumentNr + 1].Equals("config")) { if (argumentNr + 1 < args.Length && args[argumentNr + 1].Equals("configure")) {
helpOutput.AppendLine("Available configuration settings:"); helpOutput.AppendLine("Available configuration settings:");
Properties properties = AppConfig.GetAvailableProperties(); Properties properties = AppConfig.GetAvailableProperties();