mirror of
https://github.com/google/nomulus
synced 2026-01-04 04:04:22 +00:00
Fix nomulus help anachronism.
list_hosts no longer differentiates between hosts by TLD. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=136180967
This commit is contained in:
@@ -17,8 +17,8 @@ package google.registry.tools;
|
||||
import com.beust.jcommander.Parameters;
|
||||
import google.registry.tools.server.ListHostsAction;
|
||||
|
||||
/** Command to list all HostResource entities associated with a TLD. */
|
||||
@Parameters(separators = " =", commandDescription = "List hosts associated with a TLD.")
|
||||
/** Command to list all HostResource entities in the system. */
|
||||
@Parameters(separators = " =", commandDescription = "List all hosts.")
|
||||
final class ListHostsCommand extends ListObjectsCommand {
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user