args: fix a typo

Gbp-Dch: Ignore
This commit is contained in:
Lyndon Brown 2020-03-18 01:09:11 +00:00 committed by Raphaël Hertzog
parent a25b77e099
commit 85e0681ee8
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ Arguments ()
Echo_error "invalid arguments" Echo_error "invalid arguments"
exit 1 exit 1
elif [ $ERR -ne 0 ]; then elif [ $ERR -ne 0 ]; then
Echo_error "getop failure" Echo_error "getopt failure"
exit 1 exit 1
fi fi

View File

@ -173,7 +173,7 @@ Local_arguments ()
Echo_error "invalid arguments" Echo_error "invalid arguments"
exit 1 exit 1
elif [ $ERR -ne 0 ]; then elif [ $ERR -ne 0 ]; then
Echo_error "getop failure" Echo_error "getopt failure"
exit 1 exit 1
fi fi