mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-02 13:21:09 +00:00
Document the scripts behaviour further
This commit is contained in:
parent
d830fef300
commit
d0edbd508b
|
@ -1,7 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
#
|
||||||
# Outputs a file containing identifiers from internal header files or all
|
# Create a file named identifiers containing identifiers from internal header
|
||||||
# header files, based on --internal flag.
|
# files or all header files, based on --internal flag.
|
||||||
|
# Outputs the line count of the file to stdout.
|
||||||
#
|
#
|
||||||
# Usage: list-identifiers.sh [ -i | --internal ]
|
# Usage: list-identifiers.sh [ -i | --internal ]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue