Document the scripts behaviour further

This commit is contained in:
Darryl Green 2019-04-18 13:09:25 +01:00
parent 3ef06d5bf7
commit 3997a6cd25

View File

@ -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 ]