Typo
This commit is contained in:
@@ -30,6 +30,7 @@ function kstore {
|
||||
update) shift; kstore-update "$@" ;;
|
||||
search) shift; kstore-search $@ ;;
|
||||
secret) shift; kstore-secret $@ ;;
|
||||
upload) shift; kstore-upload $@ ;;
|
||||
*)
|
||||
__func_head "add [key] [value|file|-] [prop, default: $_KSTORE_DEF_PROP]"
|
||||
__func_help "update [key] [value|file|-] [prop, default: $_KSTORE_DEF_PROP]"
|
||||
@@ -38,6 +39,7 @@ function kstore {
|
||||
__func_help "list"
|
||||
__func_help "search [key] [prop]"
|
||||
__func_help "secret ..."
|
||||
__func_help "upload s3-compatible-provider-name"
|
||||
__func_help "query SQL"
|
||||
return 1
|
||||
;;
|
||||
|
Reference in New Issue
Block a user