Skip to content

Commit

Permalink
redis-cli commands description in help.h updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
antirez committed Apr 27, 2012
1 parent 0ad10db commit 841048f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/help.h
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ struct commandHelp {
1,
"1.0.0" },
{ "MIGRATE",
"host port key destination db timeout",
"host port key destination-db timeout",
"Atomically transfer a key from a Redis instance to another one.",
0,
"2.6.0" },
Expand Down Expand Up @@ -370,7 +370,7 @@ struct commandHelp {
0,
"2.6.0" },
{ "PEXPIREAT",
"key milliseconds timestamp",
"key milliseconds-timestamp",
"Set the expiration for a key as a UNIX timestamp specified in milliseconds",
0,
"2.6.0" },
Expand Down Expand Up @@ -425,7 +425,7 @@ struct commandHelp {
0,
"1.0.0" },
{ "RESTORE",
"key ttl serialized value",
"key ttl serialized-value",
"Create a key using the provided serialized value, previously obtained using DUMP.",
0,
"2.6.0" },
Expand Down

0 comments on commit 841048f

Please sign in to comment.