update usage output

This commit is contained in:
Denis Lehmann 2022-01-09 14:45:12 +01:00
parent 9e8e9958c8
commit 43c21511ee
2 changed files with 3 additions and 3 deletions

2
sf
View file

@ -129,7 +129,7 @@ IFS=$OLDIFS
function _sfusage {
echo -n "Usage: $(basename $0)"
if [ "$_sfodesc" != "" ]; then
echo -n " OPTIONS"
echo -n " [OPTIONS]"
fi
echo -e "$_sfphead"
if [ ! -z ${sfdesc+x} ]; then