fix error formatting
This commit is contained in:
parent
f1ab8e79db
commit
f2b09cee54
1 changed files with 1 additions and 1 deletions
2
gis
2
gis
|
|
@ -52,7 +52,7 @@ while (( "$#" )); do
|
||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
-*)
|
-*)
|
||||||
error "Unsupported option ${text_bold}$1${text_bold}"
|
error "Unsupported option ${text_bold}$1${text_reset}"
|
||||||
;;
|
;;
|
||||||
fetch)
|
fetch)
|
||||||
fetch=true
|
fetch=true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue