Ravi Nori has uploaded a new change for review. Change subject: tools: rhevm-config help: Need to make cver optional (#868889) ......................................................................
tools: rhevm-config help: Need to make cver optional (#868889) In rhevm-config --help "cver" option discription needs to be changed to indicate that it is required only when the version is not "general". Change-Id: If182c0f47b7e786bfd61c335f70c0888f7b85474 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=868889 Signed-off-by: Ravi Nori <rn...@redhat.com> --- M backend/manager/tools/engine-config/src/main/resources/engine-config 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/87/8787/1 diff --git a/backend/manager/tools/engine-config/src/main/resources/engine-config b/backend/manager/tools/engine-config/src/main/resources/engine-config index e7144e4..857e75d 100755 --- a/backend/manager/tools/engine-config/src/main/resources/engine-config +++ b/backend/manager/tools/engine-config/src/main/resources/engine-config @@ -26,8 +26,8 @@ printf "\t\tget all available configuration values.\n" printf "\t-g key, --get=key [--cver=version]\n" printf "\t\tget the value of the given key for the given version. If a version is not given, the values of all existing versions are returned.\n" - printf "\t-s key=val --cver=version, --set key=val --cver=version\n" - printf "\t\tset the value of the given key for the given version. The cver version is mandatory for this action.\n" + printf "\t-s key=val [--cver=version], --set key=val [--cver=version]\n" + printf "\t\tset the value of the given key for the given version. The cver version is required for this action only when the version is not 'general'.\n" printf "\t-h, --help\n" printf "\t\tdisplay this help and exit.\n" printf "\n" -- To view, visit http://gerrit.ovirt.org/8787 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If182c0f47b7e786bfd61c335f70c0888f7b85474 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Ravi Nori <rn...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches