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:
mountford 2016-10-14 11:50:55 -07:00 committed by Ben McIlwain
parent 6636e02d57
commit 4b4a0cb1c1

View file

@ -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