Update of /cvsroot/monetdb/sql/src/backends/monet5
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25114

Modified Files:
        monetdb.mx 
Log Message:
Try to help, even when there are additional (unexpected) arguments

U monetdb.mx
Index: monetdb.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/monetdb.mx,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- monetdb.mx  22 Feb 2008 18:20:09 -0000      1.15
+++ monetdb.mx  7 Apr 2008 11:42:47 -0000       1.16
@@ -78,7 +78,7 @@
 static void
 command_help(int argc, char *argv[])
 {
-       if (argc != 2) {
+       if (argc < 2) {
                printf("Usage: monetdb command 
[command-options-and-arguments]\n");
                printf("  where command is one of:\n");
                printf("    create, destroy, lock, release\n");


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Register now and save $200. Hurry, offer ends at 11:59 p.m., 
Monday, April 7! Use priority code J8TLD2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to