diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-09-20 19:04:36 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-09-20 19:04:36 (EDT) |
commit | 7d2eb0466ab7d124aca6201675ab2525069d7b71 (patch) | |
tree | 7782896ece34bc86b3c276c1e417bdf4f7c04ffc /src | |
parent | 31b9996c091cce3dc10b0ff5a86e68cd5a792027 (diff) |
opkbuild: Add a comment about optstring
Diffstat (limited to 'src')
-rw-r--r-- | src/opkbuild.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/opkbuild.sh b/src/opkbuild.sh index d5df3c5..1837db1 100644 --- a/src/opkbuild.sh +++ b/src/opkbuild.sh @@ -106,6 +106,7 @@ version() get_options() { # Parse and handle command-line options. + # Remember to update the optstring file when changing this. while getopts 'bBASFT:a:p:DdCcr:hV' opt; do case "${opt}" in b) |