Changeset: e52fe4e5104f for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e52fe4e5104f
Modified Files:
        tools/merovingian/client/monetdb.c
Branch: Oct2014
Log Message:

Add blurb about -p option in monetdb help create.
See bug 3603.


diffs (13 lines):

diff --git a/tools/merovingian/client/monetdb.c 
b/tools/merovingian/client/monetdb.c
--- a/tools/merovingian/client/monetdb.c
+++ b/tools/merovingian/client/monetdb.c
@@ -91,7 +91,8 @@ command_help(int argc, char *argv[])
                printf("  database created with this command makes it 
available\n");
                printf("  for use, however in maintenance mode (see monetdb 
lock).\n");
                printf("Options:\n");
-               printf("  -m  create a multiplex funnel for pattern.\n");
+               printf("  -m       create a multiplex funnel for pattern.\n");
+               printf("  -p pass  create database with given password for 
database user.\n");
        } else if (strcmp(argv[1], "destroy") == 0) {
                printf("Usage: monetdb destroy [-f] database [database ...]\n");
                printf("  Removes the given database, including all its data 
and\n");
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to