mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-03 16:25:45 +00:00
Document how to build the typical argument for -s
This commit is contained in:
parent
c53b93b8ef
commit
826286a04e
|
@ -355,7 +355,9 @@ def run_main():
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"-s", "--skip-file", type=str,
|
"-s", "--skip-file", type=str,
|
||||||
help="path to file containing symbols and types to skip"
|
help=("path to file containing symbols and types to skip "
|
||||||
|
"(typically \"-s identifiers\" after running "
|
||||||
|
"\"tests/scripts/list-identifiers.sh --internal\")")
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"-b", "--brief", action="store_true",
|
"-b", "--brief", action="store_true",
|
||||||
|
|
Loading…
Reference in a new issue