Skip to content

Commit bc2536d

Browse files
ojssMyles Borins
authored and
Myles Borins
committedMar 1, 2016
build: add a help message and removed a TODO.
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]>
1 parent f6416be commit bc2536d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎configure

+1-3
Original file line numberDiff line numberDiff line change
@@ -196,12 +196,10 @@ shared_optgroup.add_option('--shared-zlib-libpath',
196196

197197
parser.add_option_group(shared_optgroup)
198198

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

206204
parser.add_option('--tag',
207205
action='store',

0 commit comments

Comments
 (0)