OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:help_option
(Results
1 - 3
of
3
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/build-aux/
help2man
71
my $
help_option
= '--help';
85
'h|help-option=s' => \$
help_option
,
195
} $
help_option
, $version_option;
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dist.py
572
for (
help_option
, short, desc, func) in cmd_class.help_options:
573
if hasattr(opts, parser.get_attr_name(
help_option
)):
581
% (func,
help_option
))
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dist.py
572
for (
help_option
, short, desc, func) in cmd_class.help_options:
573
if hasattr(opts, parser.get_attr_name(
help_option
)):
581
% (func,
help_option
))
[
all
...]
Completed in 43 milliseconds