mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2026-05-05 23:41:39 +00:00
Show help info if input error
This commit is contained in:
parent
4142f3b0b9
commit
e717deaa1d
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ opts=$(getopt \
|
|||
--name "$(basename "$0")" \
|
||||
--options "" \
|
||||
-- "$@"
|
||||
) || abort
|
||||
) || exit_with_message "Failed to parse options, please check your input"
|
||||
|
||||
eval set --"$opts"
|
||||
while [[ $# -gt 0 ]]; do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue