Skip to content

Commit

Permalink
build: add a help message and removed a TODO.
Browse files Browse the repository at this point in the history
Add a help message for --systemtap-includes
optparse.SUPPRESS_HELP was replaced by help message
and the TODO comment was removed

Refs: #4607
PR-URL: #5080
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
ojss authored and Myles Borins committed Mar 1, 2016
1 parent f6416be commit bc2536d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions configure
Expand Up @@ -196,12 +196,10 @@ shared_optgroup.add_option('--shared-zlib-libpath',

parser.add_option_group(shared_optgroup)

# TODO document when we've decided on what the tracing API and its options will
# look like
parser.add_option('--systemtap-includes',
action='store',
dest='systemtap_includes',
help=optparse.SUPPRESS_HELP)
help='directory containing systemtap header files')

parser.add_option('--tag',
action='store',
Expand Down

0 comments on commit bc2536d

Please sign in to comment.