Add command description to get_resource_by_key command

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=149561503
This commit is contained in:
shikhman 2017-03-08 11:22:55 -08:00 committed by Ben McIlwain
parent d2ca4b7234
commit 1dfb6afa4b

View file

@ -27,7 +27,7 @@ import java.util.List;
/**
* Command to get info on a Datastore resource by websafe key.
*/
@Parameters(separators = " =")
@Parameters(separators = " =", commandDescription = "Fetch a Datastore resource by websafe key")
final class GetResourceByKeyCommand implements RemoteApiCommand {
@Parameter(