mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 11:04:41 +02:00
lockscreen: bugfix Invalid options
This commit is contained in:
parent
e7e4c94c1f
commit
d0021432ad
1 changed files with 2 additions and 2 deletions
|
@ -89,11 +89,11 @@ while getopts ":hdfln" opt; do
|
||||||
daemon
|
daemon
|
||||||
;;
|
;;
|
||||||
\?)
|
\?)
|
||||||
error "Invalid option: -args"
|
error "Invalid option: -${opt}"
|
||||||
usage
|
usage
|
||||||
;;
|
;;
|
||||||
:)
|
:)
|
||||||
error "Option -args requires an argument."
|
error "Option -${opt} requires an argument."
|
||||||
usage
|
usage
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue