diff options
Diffstat (limited to 'project/ci/cmake.py')
-rw-r--r-- | project/ci/cmake.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project/ci/cmake.py b/project/ci/cmake.py index 1694a5e..1f3dab8 100644 --- a/project/ci/cmake.py +++ b/project/ci/cmake.py @@ -26,7 +26,7 @@ def _parse_args(argv=None): # real CI workflow. parser.add_argument('--hint', metavar='CI_NAME', choices=Dirs.all_ci_names(), - help='CI system to use') + help=argparse.SUPPRESS) parser.add_argument('--install', action='store_true', help='install the project') parser.add_argument('--boost', metavar='DIR', dest='boost_dir', |