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(