From 1c015028d9841e3509a8921d3dde37fd244a9445 Mon Sep 17 00:00:00 2001 From: bbilbo Date: Thu, 20 Jul 2017 09:15:01 -0700 Subject: [PATCH] Update create_domain command documentation ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=162623002 --- docs/first-steps-tutorial.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/first-steps-tutorial.md b/docs/first-steps-tutorial.md index 8080e95e5..3ee770486 100644 --- a/docs/first-steps-tutorial.md +++ b/docs/first-steps-tutorial.md @@ -160,8 +160,8 @@ To tie it all together, let's create a domain name that uses the above contact and host. ```shell -$ nomulus -e alpha create_domain fake.example --client acme --admin abcd1234 \ - --tech abcd1234 --registrant abcd1234 --nameservers ns1.google.com +$ nomulus -e alpha create_domain fake.example --client acme --admins abcd1234 \ + --techs abcd1234 --registrant abcd1234 --nameservers ns1.google.com [ ... snip EPP response ... ] ``` @@ -170,8 +170,8 @@ Where: * `create_domain` is the subcommand to create a domain name. It accepts a whitespace-separted list of domain names to be created * `--client` is used to define the registrar. -* `--admin` is the administrative contact's id. -* `--tech` is the technical contact's id. +* `--admins` is the administrative contact's id(s). +* `--techs` is the technical contact's id(s). * `--registrant` is the registrant contact's id. * `--nameservers` is a comma-separated list of hosts.