adjust error output

This commit is contained in:
Denis Lehmann 2022-06-19 03:35:41 +02:00
parent eb904a2059
commit 3b2efe15bc

2
sf
View file

@ -286,7 +286,7 @@ while (( "$#" )); do
else
# Check if arg starts with -
if [ "${1:0:1}" == "-" ]; then
sferr "Unsupported argument/flag: ${sftbf}${1}${sftrs}"
sferr "Unsupported argument/flag ${sftbf}${1}${sftrs}"
else
# Set positional argument
if [ "${#_sfpargs[@]}" != 0 ]; then