diff mbox

mg-hosts: Fix usage of showprops

Message ID 23023.7342.790300.304325@mariner.uk.xensource.com (mailing list archive)
State New, archived
Headers show

Commit Message

Ian Jackson Oct. 24, 2017, 10:57 a.m. UTC
Anthony PERARD writes ("[PATCH] mg-hosts: Fix usage of showprops"):
> ./mg-hosts showprops XXX description and implementation didn't match.
> Fix description.

Thanks, queued.  (I edited the commit message a bit.)

Ian.

From 10ce43294150c6cfd5b00154636eb8cb945b7188 Mon Sep 17 00:00:00 2001
From: Anthony PERARD <anthony.perard@citrix.com>
Date: Tue, 24 Oct 2017 11:37:20 +0100
Subject: [OSSTEST PATCH] mg-hosts: Fix of showprops doc comment

./mg-hosts showprops description and implementation didn't match.
Fix description.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
---
 mg-hosts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox

Patch

diff --git a/mg-hosts b/mg-hosts
index a000f2d..d91a965 100755
--- a/mg-hosts
+++ b/mg-hosts
@@ -54,8 +54,8 @@ 
 #               old tasks might still mess about with the resources,
 #               interfering with whatever new tasks allocate them.
 #
-#  ./mg-hosts showprops [HOST...]
-#               Prints the resource properties of all or specified hosts.
+#  ./mg-hosts showprops [PROP...]
+#               Prints all or specified resource properties of all hosts.
 #
 #  ./mg-hosts setprops HOSTGLOB... [- PROP [OLD] NEW ...] -|-- PROP [OLD] NEW
 #               Updates resource properties of the specified hosts.