From 1dfb6afa4bffe7209d6f01d61893afea6ffd040d Mon Sep 17 00:00:00 2001 From: shikhman Date: Wed, 8 Mar 2017 11:22:55 -0800 Subject: [PATCH] Add command description to get_resource_by_key command ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=149561503 --- java/google/registry/tools/GetResourceByKeyCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/google/registry/tools/GetResourceByKeyCommand.java b/java/google/registry/tools/GetResourceByKeyCommand.java index e4440b7df..6eb3fc48b 100644 --- a/java/google/registry/tools/GetResourceByKeyCommand.java +++ b/java/google/registry/tools/GetResourceByKeyCommand.java @@ -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(