`[host=]' was misleading - it suggests you have to type literally
`host=', or nothing.  But actually `host' here is any host ident.

Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com>
CC: Wei Liu <wei.l...@citrix.com>
---
 mg-repro-setup | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/mg-repro-setup b/mg-repro-setup
index 7a122f4..e6cf28a 100755
--- a/mg-repro-setup
+++ b/mg-repro-setup
@@ -26,10 +26,11 @@ usage () { cat <<END
  and runs it until TESTID has completed.
 
  HOSTSPEC is
-   [host=][reuse:]<hostname>       host must be allocated, skip host-install
-   [host=]wipe:<hostname>          host must be allocated, wipe it
-   [host=]alloc:<resource-spec>    \`mg-allocate <resource-spec>', and wipe
+   [<ident>=][reuse:]<hostname>    host must be allocated, skip host-install
+   [<ident>=]wipe:<hostname>       host must be allocated, wipe it
+   [<ident>=]alloc:<resource-spec> \`mg-allocate <resource-spec>', and wipe
    none:                           no hosts (should be only HOSTPSEC)
+   (default <ident> is \`host')
 
  OPTIONs
    -t<duration>         estimated duration (default = 28d)
-- 
2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to