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 <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
  • Loading branch information
ojss authored and rvagg committed Feb 18, 2016
1 parent 09bfb86 commit 5fa4117
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -204,12 +204,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 5fa4117

Please sign in to comment.