mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 07:57:13 +02: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:
parent
6636e02d57
commit
4b4a0cb1c1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue