summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2011-07-17 22:04:49 -0700
committerRobby Russell <robby@planetargon.com>2011-07-17 22:04:49 -0700
commitab6196430b571b8727c823b8ac178d344c21b9c4 (patch)
tree381d2bd01931cb1f596f3c311fb606982b70fbbf /plugins
parentbce9c3bb164d60c4521ed52b2f29fb611d226649 (diff)
parent127d2ae57b01ae13dd6017c3c104a45a0086e88e (diff)
downloadzsh-ab6196430b571b8727c823b8ac178d344c21b9c4.tar.gz
zsh-ab6196430b571b8727c823b8ac178d344c21b9c4.tar.bz2
zsh-ab6196430b571b8727c823b8ac178d344c21b9c4.zip
Merge pull request #477 from totolici/patch-1
redis-cli plugin: fixed typo for one of the subcommands
Diffstat (limited to 'plugins')
-rw-r--r--plugins/redis-cli/_redis-cli2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/redis-cli/_redis-cli b/plugins/redis-cli/_redis-cli
index 3789add18..1569f2916 100644
--- a/plugins/redis-cli/_redis-cli
+++ b/plugins/redis-cli/_redis-cli
@@ -51,7 +51,7 @@ _1st_arguments=(
'keys:find all keys matching the given pattern'
'lastsave:get the UNIX timestamp of the last successful save to disk'
'lindex:get an element from a list by its index'
- 'linset:insert an element before or after another element in a list'
+ 'linsert:insert an element before or after another element in a list'
'llen:get the length of a list'
'lpop:remove and get the first element in a list'
'lpush:prepend a value to a list'