Removing superfluous whitespace in output of the usage function.
This commit is contained in:
parent
fe2f428512
commit
15fe99c141
|
@ -25,7 +25,7 @@ Usage ()
|
|||
printf " %s [-u|--usage]\n" "${PROGRAM}"
|
||||
printf " %s [-v|--version]\n" "${PROGRAM}"
|
||||
echo
|
||||
Echo "Try \" %s--help\" for more information." "${PROGRAM}"
|
||||
Echo "Try \"%s --help\" for more information." "${PROGRAM}"
|
||||
|
||||
exit 1
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue