Changeset: 55f9a736a20b for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=55f9a736a20b
Modified Files:
        tools/merovingian/daemon/argvcmds.c
Branch: Dec2011
Log Message:

monetdbd: update general help message

dbfarm no longer is optional, and has hence no default either.


diffs (20 lines):

diff --git a/tools/merovingian/daemon/argvcmds.c 
b/tools/merovingian/daemon/argvcmds.c
--- a/tools/merovingian/daemon/argvcmds.c
+++ b/tools/merovingian/daemon/argvcmds.c
@@ -41,13 +41,12 @@ command_help(int argc, char *argv[])
        int exitcode = 0;
 
        if (argc < 2) {
-               printf("usage: monetdbd [ command [ command-options ] ]\n");
+               printf("usage: monetdbd [ command [ command-options ] ] 
<dbfarm>\n");
                printf("  where command is one of:\n");
                printf("    create, start, stop, get, set, version or help\n");
                printf("  use the help command to get help for a particular 
command\n");
-               printf("  For backwards compatability, when monetdbd is ran 
without\n");
-               printf("  options, it will start the daemon in the default 
dbfarm\n");
-               printf("  location (%s).\n", LOCALSTATEDIR "/monetdb5/dbfarm");
+               printf("  The dbfarm to operate on must always be given to\n");
+               printf("  monetdbd explicitly.\n");
        } else if (strcmp(argv[1], "create") == 0) {
                printf("usage: monetdbd create <dbfarm>\n");
                printf("  Initialises a new dbfarm for a MonetDB Server.  
dbfarm\n");
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to