Fix command argument formatting

This commit is contained in:
Pablo Polvorin 2016-07-19 00:51:04 -03:00
parent 33e0283f0d
commit 483ef09263
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ get_commands_spec() ->
module = ?MODULE, function = oauth_revoke_token,
args = [{token, string}],
policy = restricted,
result = {tokens, {list, {token, {tuple, [{token, string}, {scope, string}, {expires_in, string}]}}}},
result = {tokens, {list, {token, {tuple, [{token, string}, {user, string}, {scope, string}, {expires_in, string}]}}}},
result_desc = "List of remaining tokens"
}
].