This commit is contained in:
Mathias Rhein 2018-02-19 14:51:52 +00:00 committed by GitHub
commit 7ca2952bc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,6 +56,7 @@ const Command Command::CmdPool[Sentinel] = {
{Renamenx, "renamenx", 3, 3, Write}, {Renamenx, "renamenx", 3, 3, Write},
{Restore, "restore", 4, 5, Write}, {Restore, "restore", 4, 5, Write},
{Sort, "sort", 2, MaxArgs, Write}, {Sort, "sort", 2, MaxArgs, Write},
{Time, "time", 1, 1, Read},
{Touch, "touch", 2, MaxArgs, Write|MultiKey}, {Touch, "touch", 2, MaxArgs, Write|MultiKey},
{Ttl, "ttl", 2, 2, Read}, {Ttl, "ttl", 2, 2, Read},
{TypeCmd, "type", 2, 2, Read}, {TypeCmd, "type", 2, 2, Read},