Changeset: 63ac229ff603 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=63ac229ff603
Modified Files:
        tools/mserver/mserver5.c
Branch: Oct2012
Log Message:

mserver5: removed obsolete characters from options string


diffs (12 lines):

diff --git a/tools/mserver/mserver5.c b/tools/mserver/mserver5.c
--- a/tools/mserver/mserver5.c
+++ b/tools/mserver/mserver5.c
@@ -282,7 +282,7 @@ main(int argc, char **av)
        for (;;) {
                int option_index = 0;
 
-               int c = getopt_long(argc, av, "c:d::t:rh?s:m:i:a:e:x:h",
+               int c = getopt_long(argc, av, "c:d::trs:h?",
                                long_options, &option_index);
 
                if (c == -1)
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to