Juan Hernandez has uploaded a new change for review. Change subject: core: Fix a typo in dbscripts ......................................................................
core: Fix a typo in dbscripts There is an small typo in the engine-db-isntall.sh script, it puts line breaks in the middle of the descriptions of two options. Change-Id: I7d8b45da7dec35e21675eaae464cd2f8e2520b6f Signed-off-by: Juan Hernandez <juan.hernan...@redhat.com> --- M backend/manager/dbscripts/engine-db-install.sh 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/25/9425/1 diff --git a/backend/manager/dbscripts/engine-db-install.sh b/backend/manager/dbscripts/engine-db-install.sh index 6007b37..05dc0cd 100755 --- a/backend/manager/dbscripts/engine-db-install.sh +++ b/backend/manager/dbscripts/engine-db-install.sh @@ -53,8 +53,8 @@ printf "\t-s SERVERNAME - The database servername for the database (def. ${DB_HOST})\n" printf "\t-p PORT - The database port for the database (def. ${DB_PORT})\n" printf "\t-d DATABASE - The database name (def. ${DB_NAME})\n" - printf "\t-u USERNAME - The admin username for the database.\n (def. ${DB_ADMIN})\n" - printf "\t-w PASSWORD - The admin password for the database.\n (def. ${DB_PASS})\n" + printf "\t-u USERNAME - The admin username for the database. (def. ${DB_ADMIN})\n" + printf "\t-w PASSWORD - The admin password for the database. (def. ${DB_PASS})\n" printf "\t-l LOGFILE - The logfile for capturing output (def. ${LOGFILE})\n" printf "\t-r REMOTE_INSTALL - The flag for peforming remote install (def. ${REMOTE_INSTALL})\n" printf "\t-h - This help text.\n" -- To view, visit http://gerrit.ovirt.org/9425 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I7d8b45da7dec35e21675eaae464cd2f8e2520b6f Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <juan.hernan...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches