[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH] mg-repro-setup: Correct usage message re host idents
`[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.Jackson@xxxxxxxxxxxxx> CC: Wei Liu <wei.liu2@xxxxxxxxxx> --- 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@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |