1
0
mirror of https://github.com/google/nomulus synced 2026-01-06 13:36:48 +00:00

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(