浏览代码

Fixed typo for one of the subcommands (linset -> linsert)

alexandru totolici 13 年之前
父节点
当前提交
127d2ae57b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/redis-cli/_redis-cli

+ 1 - 1
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'