Nir Soffer has uploaded a new change for review.

Change subject: tool: Fix help message when is-configured fails
......................................................................

tool: Fix help message when is-configured fails

When is-configured fails for some modules, the help message suggested an
incorrect invocation:

    vdsm-tool configure module-name

Instead of the correct:

   vdsm-tool configure --module module-name

Change-Id: I417adfe55b3186418b61242b3ce63adcd5e9399e
Signed-off-by: Nir Soffer <[email protected]>
---
M lib/vdsm/tool/configurator.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/83/31783/1

diff --git a/lib/vdsm/tool/configurator.py b/lib/vdsm/tool/configurator.py
index 268ae46..34503c7 100644
--- a/lib/vdsm/tool/configurator.py
+++ b/lib/vdsm/tool/configurator.py
@@ -111,7 +111,7 @@
 
 One of the modules is not configured to work with VDSM.
 To configure the module use the following:
-'vdsm-tool configure [module_name]'.
+'vdsm-tool configure [--module module-name]'.
 
 If all modules are not configured try to use:
 'vdsm-tool configure --force'


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I417adfe55b3186418b61242b3ce63adcd5e9399e
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Nir Soffer <[email protected]>
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to