mirror of
https://github.com/google/nomulus.git
synced 2025-05-12 22:38:16 +02: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:
parent
d2ca4b7234
commit
1dfb6afa4b
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue