mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
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:
parent
5550892e2b
commit
018b3f73c0
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue