File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ usage() {
217
217
echo " --help, -h Show this help message and exit"
218
218
echo " --version, -v, -V Report version and copyright information and exit"
219
219
echo " --wrapping, -w, --wraps Report the name of the wrapped compiler and exit"
220
- echo " --show, -s Show how this wrapper will call the compiler and exit (dry run)"
220
+ echo " --show, -s, -show Show how this wrapper will call the compiler and exit (dry run)"
221
221
echo " "
222
222
echo " Example usage:"
223
223
echo " "
@@ -277,7 +277,7 @@ if [[ ${1} == -[vV] || ${1} == '--version' ]]; then
277
277
elif [[ ${1} == ' -w' || ${1} == ' --wraps' || ${1} == ' --wrapping' ]]; then
278
278
echo " ${cmd} wraps ${cafc} "
279
279
exit 0
280
- elif [[ ${1} == ' -s' || ${1} == ' --show' ]]; then
280
+ elif [[ ${1} == ' -s' || ${1} == ' --show' || ${1} == ' -show ' ]]; then
281
281
if (( $# > 1 )) ; then
282
282
args=" ${*: 2: $((${# } - 1))} "
283
283
else
You can’t perform that action at this time.
0 commit comments