diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-07-18 16:16:58 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-07-18 16:16:58 +0100 |
| commit | f7180df03b0e11a697e31eeced2f1817cad14680 (patch) | |
| tree | e70fbedc3bc1cbe7d5e90d90480980451a6b4463 /wscript | |
| parent | 7856d874c7a4073aeaca63531dc0e93ed26bd84a (diff) | |
Capitalise help message like all the others.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ def options(opt): opt.add_option('--disable-gcov', action='store_true', default=False, help='don''t use gcov in tests') opt.add_option('--disable-examples', action='store_true', default=False, help='disable building of examples') opt.add_option('--enable-openmp', action='store_true', default=False, help='enable use of OpenMP') - opt.add_option('--openmp', default='gomp', help='Specify OpenMP Library to use: omp, gomp (default), iomp..') + opt.add_option('--openmp', default='gomp', help='specify OpenMP Library to use: omp, gomp (default), iomp') opt.add_option('--jpeg', default='oj2', help='specify JPEG library to build with: oj1 or oj2 for OpenJPEG 1.5.x or OpenJPEG 2.1.x respectively') opt.add_option('--force-cpp11', action='store_true', default=False, help='force use of C++11') |
