mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 13:33:27 -07:00
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:
parent
018b3f73c0
commit
2be5da24d1
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ namespace Greenshot {
|
|||
}
|
||||
StringBuilder helpOutput = new StringBuilder();
|
||||
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:");
|
||||
|
||||
Properties properties = AppConfig.GetAvailableProperties();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue