rescope usage to local so it doen't leak out into the shell
This commit is contained in:
parent
b1d5c00d5f
commit
2e7b199cb7
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
usage="${0} [action]
|
local usage="${0} [action]
|
||||||
Actions:
|
Actions:
|
||||||
| update | Fetches and merges upstream zim commits if possible |
|
| update | Fetches and merges upstream zim commits if possible |
|
||||||
| info | Prints zim and system info |
|
| info | Prints zim and system info |
|
||||||
|
|
Loading…
Reference in a new issue