adjust error output
This commit is contained in:
parent
eb904a2059
commit
3b2efe15bc
1 changed files with 1 additions and 1 deletions
2
sf
2
sf
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue