Ravi Nori has uploaded a new change for review. Change subject: tools : engine-config's manual should be updated regarding new command --merge ......................................................................
tools : engine-config's manual should be updated regarding new command --merge engine-config --help should display the newly added merge action. Change-Id: I62a510f4c3dde79630af96ffb4ca010301b3cd13 Bug-Url: https://bugzilla.redhat.com/1091942 Signed-off-by: Ravi Nori <[email protected]> --- M packaging/bin/engine-config.sh 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/59/27159/1 diff --git a/packaging/bin/engine-config.sh b/packaging/bin/engine-config.sh index 60f17a6..08e7c46 100755 --- a/packaging/bin/engine-config.sh +++ b/packaging/bin/engine-config.sh @@ -24,6 +24,9 @@ -s KEY=VALUE, --set KEY=VALUE Set the value of the given key for the given version. The version is required for this action only when the version is not 'general'. + -m KEY=VALUE, --merge KEY=VALUE + Merge the value of the given key for the given version with the value in the database. The version is required for this action only when the version is not 'general'. + -h, --help Show this help message and exit. -- To view, visit http://gerrit.ovirt.org/27159 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I62a510f4c3dde79630af96ffb4ca010301b3cd13 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Ravi Nori <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
