Changed --settings to --version to be more compatible with other programs; added --config=[section.setting[:value]] to see/set config value(s)
svn: r15817
This commit is contained in:
@@ -261,7 +261,7 @@ def run():
|
||||
#we start with parsing the arguments to determine if we have a cli or a
|
||||
# gui session
|
||||
|
||||
if "-s" in sys.argv or "--settings" in sys.argv:
|
||||
if "-v" in sys.argv or "--version" in sys.argv:
|
||||
show_settings()
|
||||
return error
|
||||
|
||||
|
Reference in New Issue
Block a user