Home
last modified time | relevance | path

Searched refs:help (Results 1 – 25 of 76) sorted by relevance

1234

/openthread-2.7.6/third_party/nlbuild-autotools/repo/make/post/rules/
Dhelp.mak19 # This file is the make "footer" or post make header for help-related
26 $(NL_V_AT)echo " help"
31 .PHONY: help-local
32 help-local:
35 .PHONY: help-hook
36 help-hook: help-local
38 .PHONY: help
39 help: help-local help-hook target
Dbootstrap.mak121 .PHONY: help-bootstrap-local
122 help-bootstrap-local:
125 .PHONY: help-bootstrap-hook
126 help-bootstrap-hook: help-bootstrap-local
128 .PHONY: help-bootstrap
129 help-bootstrap: help-bootstrap-local help-bootstrap-hook
131 .PHONY: help
132 help: help-bootstrap target
Drepos.mak216 .PHONY: help-repos-local
217 help-repos-local:
220 .PHONY: help-repos-hook
221 help-repos-hook: help-repos-local
223 .PHONY: help-repos
224 help-repos: help-repos-local help-repos-hook
226 .PHONY: help
227 help: help-repos target
/openthread-2.7.6/third_party/nlbuild-autotools/repo/examples/
DMakefile-bootstrap62 # otherwise, default to help.
67 .DEFAULT_GOAL := help
71 # Add any project-specific bootstrap help commands to this
72 # 'help-hook' target.
74 # These commands will be executed AFTER the core bootstrap 'help'
77 help-hook:
80 # Add any project-specific bootstrap help commands to this
81 # 'help-bootstrap-hook' target.
83 # These commands will be executed AFTER the core bootstrap 'help' and
84 # 'help-bootstrap' target commands.
[all …]
/openthread-2.7.6/src/cli/
DREADME_JOINER.md9 - [help](#help)
17 ### help subsection
19 Usage: `joiner help`
21 Print joiner help menu.
24 > joiner help
25 help
DREADME_SRP_SERVER.md9 - [help](#help)
20 ### help subsection
22 Usage: `srp server help`
24 Print SRP server help menu.
27 > srp server help
31 help
DREADME_COMMISSIONER.md9 - [help](#help)
25 ### help subsection
27 Usage: `commissioner help`
29 Print commissioner help menu.
32 > commissioner help
33 help
DREADME_UDP.md41 - [help](#help)
51 ### help subsection
56 > udp help
57 help
DREADME_TCP.md57 - [help](#help)
130 ### help subsection
135 > tcp help
141 help
DREADME_NETDATA.md144 - [help](#help)
153 ### help subsection
155 Usage: `netdata help`
157 Print netdata help menu.
160 > netdata help
161 help
DREADME_COAPS.md85 - [help](#help)
101 ### help subsection
104 > coaps help
105 help
DREADME_DATASET.md112 - [help](#help)
135 ### help subsection
137 Usage: `dataset help`
139 Print dataset help menu.
142 > dataset help
143 help
/openthread-2.7.6/tools/harness-automation/autothreadharness/
Drunner.py338 help='restart system when harness service die')
344 help='test case name, omit to test all')
349 help='file to list test cases to skip',
351 parser.add_argument('--continue-from', '-c', type=str, default=None, help='first case to test')
352 …parser.add_argument('--delete-history', '-d', action='store_true', default=False, help='clear hist…
357 help='do not restart explorer.exe at the end')
358 …parser.add_argument('--name-greps', '-g', action='append', default=None, help='grep case by names')
359 …parser.add_argument('--list-file', '-i', type=str, default=None, help='file to list cases names to…
365 help='type of results to skip. e for error, f for fail, p for pass.',
368 …parser.add_argument('--list-devices', '-l', action='store_true', default=False, help='list devices…
[all …]
/openthread-2.7.6/third_party/mbedtls/repo/tests/scripts/
Dpsa_collect_statuses.py118 help='Run "make clean" after rebuilding')
121 help='Run "make clean" before regenerating the log file)')
124 help='Log file location (default: {})'.format(
129 help='Path to psa_constant_names (default: {})'.format(
134 help='Don\'t regenerate the log file if it exists')
Dtest_config_script.py171 help="""Output directory.""")
174 help="""Config file (default: %(default)s).""")
177 help="""Presets to test (default: guessed from --help).""")
180 help="""Configuration script (default: %(default)s).""")
Dtest_psa_constant_names.py448 help='Directory for header files')
451 help='Keep the intermediate C file')
454 help='Don\'t keep the intermediate C file (default)')
457 help='Program to test')
460 help='Keep the intermediate C file')
463 help='Don\'t show tested values (default)')
/openthread-2.7.6/third_party/mbedtls/repo/scripts/
Dabi_check.py354 help="set verbosity level",
358 help="directory where reports are stored, default is reports",
362 help="keep all reports, even if there are no compatibility issues",
365 "-o", "--old-rev", type=str, help="revision for old version.",
369 "-or", "--old-repo", type=str, help="repository for old version."
373 help="revision for old crypto submodule."
377 help="repository for old crypto submodule."
380 "-n", "--new-rev", type=str, help="revision for new version",
384 "-nr", "--new-repo", type=str, help="repository for new version."
388 help="revision for new crypto version"
[all …]
Dconfig.py443 help="""File to read (and modify if requested).
448 help="""For the set command, if SYMBOL is not
451 help="""File to write to instead of the input file.""")
455 help="""Find the value of SYMBOL
462 help="""Set SYMBOL to VALUE.
473 help="""Comment out the #define
479 subparser = subparsers.add_parser(name, help=description)
Dassemble_changelog.py474 help='Directory to read entries from'
478 help='Existing changelog file to read from and augment'
482 help='Keep the files containing entries'
486 help='Remove the files containing entries after they are merged'
489 help='Output changelog file'
493 help=('Only list the files that would be processed '
/openthread-2.7.6/examples/platforms/simulation/
DREADME.md42 2. Type `help` for list of commands.
45 > help
46 help
/openthread-2.7.6/.github/ISSUE_TEMPLATE/
Dbug_report.md3 about: Create a report to help us improve
17 **Console/log output** If applicable, add console/log output to help explain your problem.
/openthread-2.7.6/tools/harness-automation/
Dparse_topofile.py153help='Topology config file (default: C:/GRL/Thread1.1/Thread_Harness/TestScripts/TopologyConfig.tx…
160 help='Test case list (e.g. 5.1.1 9.2.1, default: all) ')
/openthread-2.7.6/tools/harness-automation/doc/
Dquickstart.rst46 …n continue running cases once broken. You can also get help information with argument -h or --help.
/openthread-2.7.6/third_party/nlbuild-autotools/repo/third_party/autoconf/
Dpy-compile63 -h|--help)
65 Usage: py-compile [--help] [--version] [--basedir DIR] [--destdir DIR] FILES..."
/openthread-2.7.6/third_party/nlbuild-autotools/repo/scripts/
Dmkversion96 -h, --help Print this help, then exit.

1234