We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fbba8c commit c16ca3bCopy full SHA for c16ca3b
1 file changed
stm32CubeProg.sh
@@ -120,7 +120,7 @@ esac
120
# parse command line arguments
121
# options may be followed by one colon to indicate they have a required arg
122
if [ -n "${GNU_GETOPT}" ]; then
123
- if ! options=$(getopt hi:ef:o:c:r:d:v:p: "$@"); then
+ if ! options=$(getopt a:hi:m:ef:o:c:r:s:d:v:p: "$@"); then
124
echo "Terminating..." >&2
125
exit 1
126
fi
0 commit comments