Browse code

Merge pull request #477 from totolici/patch-1

redis-cli plugin: fixed typo for one of the subcommands

Robby Russell authored on 18/07/2011 at 05:04:49
Showing 1 changed files
... ...
@@ -51,7 +51,7 @@ _1st_arguments=(
51 51
   'keys:find all keys matching the given pattern'
52 52
   'lastsave:get the UNIX timestamp of the last successful save to disk'
53 53
   'lindex:get an element from a list by its index'
54
-  'linset:insert an element before or after another element in a list'
54
+  'linsert:insert an element before or after another element in a list'
55 55
   'llen:get the length of a list'
56 56
   'lpop:remove and get the first element in a list'
57 57
   'lpush:prepend a value to a list'