diff options
author | Robby Russell <robby@planetargon.com> | 2011-07-23 08:41:44 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2011-07-23 08:41:44 -0700 |
commit | 8a102b941f80050a82b26b1e8ac79ffa4cc3a855 (patch) | |
tree | e5ba8557676b72f5284e865bf4e1de5c85e7996b /plugins/redis-cli | |
parent | 3a56297ce8f597631202b6f532cbfb8daa5c537b (diff) | |
parent | 2a64d08889c8df8fe74228d05adfe82d0eb899ed (diff) | |
download | zsh-8a102b941f80050a82b26b1e8ac79ffa4cc3a855.tar.gz zsh-8a102b941f80050a82b26b1e8ac79ffa4cc3a855.tar.bz2 zsh-8a102b941f80050a82b26b1e8ac79ffa4cc3a855.zip |
Merge branch 'master' of github.com:robbyrussell/oh-my-zsh
Diffstat (limited to 'plugins/redis-cli')
-rw-r--r-- | plugins/redis-cli/_redis-cli | 2 |
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' |