diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-19 13:29:48 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-19 13:29:48 +0100 |
commit | 3f36f82f2bf77ff36e7f4eccefc2ad595a8078d3 (patch) | |
tree | 8328b959e349630d527c815a20d2e5953aa06aa2 /src/__main__.py | |
parent | m readme + partially done overview in info manual (diff) | |
download | blueshift-3f36f82f2bf77ff36e7f4eccefc2ad595a8078d3.tar.gz blueshift-3f36f82f2bf77ff36e7f4eccefc2ad595a8078d3.tar.bz2 blueshift-3f36f82f2bf77ff36e7f4eccefc2ad595a8078d3.tar.xz |
misc + partial info chapter: invoking
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/__main__.py')
-rwxr-xr-x | src/__main__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/__main__.py b/src/__main__.py index 9ae00e3..f08520f 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -25,7 +25,7 @@ from argparser import * PROGRAM_NAME = 'blueshift' -PROGRAM_VERSION = '1.0' +PROGRAM_VERSION = '1.1' ## Set global variables @@ -242,7 +242,7 @@ parser.add_argumented(['-o', '--output', '--crtc'], 0, 'CRTCS', 'It is best to start one instance per monitor with colour calibration') parser.add_argumentless(['-h', '-?', '--help'], 0, 'Print this help information') parser.add_argumentless(['-C', '--copying', '--copyright'], 0, 'Print copyright information') -parser.add_argumentless(['-W', '--warranty'], 0, 'Print warranty information') +parser.add_argumentless(['-W', '--warranty'], 0, 'Print non-warranty information') parser.add_argumentless(['-v', '--version'], 0, 'Print program name and version') parser.parse() |