diff mbox

[OSSTEST] mg-repro-setup: Slightly better document the alloc: syntax

Message ID 1501593574-15787-1-git-send-email-ian.jackson@eu.citrix.com (mailing list archive)
State New, archived
Headers show

Commit Message

Ian Jackson Aug. 1, 2017, 1:19 p.m. UTC
Provide a clearer indication that the <resource-spec> is passed to
mg-allocate (and therefore, implicitly, that mg-allocate's docs should
be consulted).

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
CC: Wei Liu <wei.liu2@citrix.com>
---
 mg-repro-setup | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Wei Liu Aug. 1, 2017, 1:21 p.m. UTC | #1
On Tue, Aug 01, 2017 at 02:19:34PM +0100, Ian Jackson wrote:
> Provide a clearer indication that the <resource-spec> is passed to
> mg-allocate (and therefore, implicitly, that mg-allocate's docs should
> be consulted).
> 
> Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
> CC: Wei Liu <wei.liu2@citrix.com>

Acked-by: Wei Liu <wei.liu2@citrix.com>
diff mbox

Patch

diff --git a/mg-repro-setup b/mg-repro-setup
index 9663497..a30534a 100755
--- a/mg-repro-setup
+++ b/mg-repro-setup
@@ -28,7 +28,7 @@  usage () { cat <<END
  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 and wipe
+   [host=]alloc:<resource-spec>    \`mg-allocate <resource-spec>', and wipe
    none:                           no hosts (should be only HOSTPSEC)
 
  OPTIONs