You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by ch...@apache.org on 2015/11/16 21:30:07 UTC

svn commit: r1714656 - /uima/sandbox/uima-ducc/trunk/src/main/admin/db_create

Author: challngr
Date: Mon Nov 16 20:30:07 2015
New Revision: 1714656

URL: http://svn.apache.org/viewvc?rev=1714656&view=rev
Log:
UIMA-4577 Fix typo.

Modified:
    uima/sandbox/uima-ducc/trunk/src/main/admin/db_create

Modified: uima/sandbox/uima-ducc/trunk/src/main/admin/db_create
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/src/main/admin/db_create?rev=1714656&r1=1714655&r2=1714656&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/admin/db_create (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/admin/db_create Mon Nov 16 20:30:07 2015
@@ -60,7 +60,7 @@ class DbCreate(DuccUtil):
         print "        If no options prompts are given for expected parameters."
         print ""
         print "Options:"
-        print "   [-, --db-password] <root password for database>"
+        print "   [-d, --db-password] <root password for database>"
         print "        This is the password DUCC uses to manage the database."
         print ""
         print "   [-h, -? --help]"