Alon Bar-Lev has uploaded a new change for review. Change subject: db: changedbowner.sh: fix usage typos ......................................................................
db: changedbowner.sh: fix usage typos Change-Id: I7cc12d340f549fe0c46892ad92cb6268608e745e Signed-off-by: Alon Bar-Lev <alo...@redhat.com> --- M packaging/setup/dbutils/changedbowner.sh 1 file changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/70/20670/1 diff --git a/packaging/setup/dbutils/changedbowner.sh b/packaging/setup/dbutils/changedbowner.sh index 3798edc..3850b62 100755 --- a/packaging/setup/dbutils/changedbowner.sh +++ b/packaging/setup/dbutils/changedbowner.sh @@ -13,13 +13,13 @@ usage() { cat << __EOF__ - Usage: ${ME} [-h] [-s SERVERNAME [-p PORT]] [-d DATABASE] -f FROM_USER -t TO_USER +Usage: ${ME} [-h] [-s SERVERNAME [-p PORT]] [-d DATABASE] -f FROM_USER -t TO_USER -s SERVERNAME - The database servername for the database (def. ${SERVERNAME}) -p PORT - The database port for the database (def. ${PORT}) -d DATABASE - The database name (def. ${DATABASE}) -f FROM_USER - The current owner for the database - -f TO_USER - The new owner for the database - -h - This help text.\n" + -t TO_USER - The new owner for the database + -h - This help text. __EOF__ exit $ret } -- To view, visit http://gerrit.ovirt.org/20670 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I7cc12d340f549fe0c46892ad92cb6268608e745e Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches