Changeset: 7a23827b9381 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7a23827b9381
Modified Files:
        tools/merovingian/client/monetdb.c
Branch: Aug2018
Log Message:

Update monetdb help create.


diffs (20 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
@@ -72,13 +72,13 @@ command_help(int argc, char *argv[])
                printf("    -P pass  password to use to login at remote 
merovingian\n");
                printf("  use the help command to get help for a particular 
command\n");
        } else if (strcmp(argv[1], "create") == 0) {
-               printf("Usage: monetdb create [-m pattern] database [database 
...]\n");
+               printf("Usage: monetdb create [-m pattern] [-p pass] database 
[database ...]\n");
                printf("  Initialises a new database or multiplexfunnel in the 
MonetDB Server.  A\n");
                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("  -p pass  create database with given password for 
database user.\n");
+               printf("  -m pattern  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