Skip to content

Commit cf9bdcf

Browse files
ojssTrott
authored andcommitted
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 <info@bnoordhuis.nl> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent 59c5ebf commit cf9bdcf

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
@@ -204,12 +204,10 @@ shared_optgroup.add_option('--shared-zlib-libpath',
204204

205205
parser.add_option_group(shared_optgroup)
206206

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

214212
parser.add_option('--tag',
215213
action='store',

0 commit comments

Comments
 (0)