mirror of
https://github.com/google/nomulus
synced 2026-01-05 21:15:18 +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 com.beust.jcommander.Parameters;
|
||||||
import google.registry.tools.server.ListHostsAction;
|
import google.registry.tools.server.ListHostsAction;
|
||||||
|
|
||||||
/** Command to list all HostResource entities associated with a TLD. */
|
/** Command to list all HostResource entities in the system. */
|
||||||
@Parameters(separators = " =", commandDescription = "List hosts associated with a TLD.")
|
@Parameters(separators = " =", commandDescription = "List all hosts.")
|
||||||
final class ListHostsCommand extends ListObjectsCommand {
|
final class ListHostsCommand extends ListObjectsCommand {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user