X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/93a74949d7bb5d0c4115d1bf45f856c368badf31..5d73073f6eaa391fe01ce202d1de95c27da5ec0b:/src/help.h?ds=sidebyside diff --git a/src/help.h b/src/help.h index cde95c1f..406fb224 100644 --- a/src/help.h +++ b/src/help.h @@ -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" }, @@ -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" }, @@ -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" },