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