[node-patches] Change in ovirt-node[master]: ovirt-node-features: Do not document daemon mode

fabiand at redhat.com fabiand at redhat.com
Thu Jul 17 08:08:15 UTC 2014


Fabian Deutsch has uploaded a new change for review.

Change subject: ovirt-node-features: Do not document daemon mode
......................................................................

ovirt-node-features: Do not document daemon mode

Previously the -d switch was mentioned, but we do not want to support
this, as it is pulling in bootle (pythonlib).
To address this we are removing the documentation and make it an
unsupported feature.

Change-Id: I161c2888633d8f02a492a52d050c767d1a995ff7
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1120565
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M src/ovirt/node/tools/features.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/01/30201/1

diff --git a/src/ovirt/node/tools/features.py b/src/ovirt/node/tools/features.py
index 975cc64..e1bd978 100644
--- a/src/ovirt/node/tools/features.py
+++ b/src/ovirt/node/tools/features.py
@@ -104,5 +104,5 @@
         print(xmlbuilder.build(registry))
     else:
         print("Get a feature summary about this node.")
-        print("Usage: %s [-d] [dumpxml]" % sys.argv[0])
+        print("Usage: %s [dumpxml]" % sys.argv[0])
         sys.exit(1)


-- 
To view, visit http://gerrit.ovirt.org/30201
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I161c2888633d8f02a492a52d050c767d1a995ff7
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at redhat.com>



More information about the node-patches mailing list