Commit 127d2ae5 authored by alexandru totolici's avatar alexandru totolici
Browse files

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

parent 1eb52d43
...@@ -51,7 +51,7 @@ _1st_arguments=( ...@@ -51,7 +51,7 @@ _1st_arguments=(
'keys:find all keys matching the given pattern' 'keys:find all keys matching the given pattern'
'lastsave:get the UNIX timestamp of the last successful save to disk' 'lastsave:get the UNIX timestamp of the last successful save to disk'
'lindex:get an element from a list by its index' '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' 'llen:get the length of a list'
'lpop:remove and get the first element in a list' 'lpop:remove and get the first element in a list'
'lpush:prepend a value to a list' 'lpush:prepend a value to a list'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment