Allon Mureinik has uploaded a new change for review. Change subject: tools: managed-domains: Fix typo occured->occurred ......................................................................
tools: managed-domains: Fix typo occured->occurred Fix typo in the usage message and man page. Change-Id: Id4f699e91730844ea09a99c943d9a3f52a68f91f Bug-Url: https://bugzilla.redhat.com/1057176 Signed-off-by: Allon Mureinik <[email protected]> --- M packaging/bin/engine-manage-domains.sh M packaging/man/man8/engine-manage-domains.8 2 files changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/71/23671/1 diff --git a/packaging/bin/engine-manage-domains.sh b/packaging/bin/engine-manage-domains.sh index bc895a4..8519e21 100755 --- a/packaging/bin/engine-manage-domains.sh +++ b/packaging/bin/engine-manage-domains.sh @@ -36,7 +36,7 @@ Default behaviour is prompt for confirmation of delete. -action=validate Validate the current configuration (go over all the domains, try to authenticate to each domain using the configured user/password.). - -report In combination with -action=validate will report all validation error, if occured. + -report In combination with -action=validate will report all validation error, if occurred. Default behaviour is to exit when a validation error occurs. -addPermissions In combination with -action=add/edit will add engine superuser permissions to the user. Default behaviour is not to add permissions. diff --git a/packaging/man/man8/engine-manage-domains.8 b/packaging/man/man8/engine-manage-domains.8 index cb7da0c..fde0663 100644 --- a/packaging/man/man8/engine-manage-domains.8 +++ b/packaging/man/man8/engine-manage-domains.8 @@ -30,7 +30,7 @@ \fB\-action=validate\fR Validate the current configuration (go over all the domains, try to authenticate to each domain using the configured user/password.). - \fB\-report\fR In combination with \fB\-action=validate\fR will report all validation error, if occured. + \fB\-report\fR In combination with \fB\-action=validate\fR will report all validation error, if occurred. Default behaviour is to exit when a validation error occurs. \fB\-addPermissions\fR In combination with \fB\-action=add/edit\fR will add engine superuser permissions to the user. -- To view, visit http://gerrit.ovirt.org/23671 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id4f699e91730844ea09a99c943d9a3f52a68f91f Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
