From 7d2eb0466ab7d124aca6201675ab2525069d7b71 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 20 Sep 2014 19:04:36 -0400 Subject: opkbuild: Add a comment about optstring --- (limited to 'src/opkbuild.sh') 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) -- cgit v0.9.1