summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralexandru totolici <alex@hackd.net>2011-07-17 21:01:06 -0700
committeralexandru totolici <alex@hackd.net>2011-07-17 21:01:06 -0700
commit127d2ae57b01ae13dd6017c3c104a45a0086e88e (patch)
treec4cac4382d7cf4940897120db950f0a0df106874
parent1eb52d43851ae2d9bdeff3df073976e1935f5979 (diff)
downloadzsh-127d2ae57b01ae13dd6017c3c104a45a0086e88e.tar.gz
zsh-127d2ae57b01ae13dd6017c3c104a45a0086e88e.tar.bz2
zsh-127d2ae57b01ae13dd6017c3c104a45a0086e88e.zip
Fixed typo for one of the subcommands (linset -> linsert)
-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'