Changeset: 2bc2ca708466 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/2bc2ca708466
Modified Files:
tools/mserver/mserver5.1.in
tools/mserver/mserver5.c
Branch: Mar2025
Log Message:
Small, inconsequential fixes.
diffs (34 lines):
diff --git a/tools/mserver/mserver5.1.in b/tools/mserver/mserver5.1.in
--- a/tools/mserver/mserver5.1.in
+++ b/tools/mserver/mserver5.1.in
@@ -98,7 +98,7 @@ option.
.TP
\fB\-\-config=\fP\fIfile\fP
Config file to read options from.
-This file can contain all options as can be set with the
+This file can contain all options that can be set with the
.B \-\-set
flag.
See
diff --git a/tools/mserver/mserver5.c b/tools/mserver/mserver5.c
--- a/tools/mserver/mserver5.c
+++ b/tools/mserver/mserver5.c
@@ -408,7 +408,7 @@ main(int argc, char **av)
for (;;) {
int option_index = 0;
- int c = getopt_long(argc, av, "c:d::rs:t::v::?",
+ int c = getopt_long(argc, av, "c:d::rs:?",
long_options,
&option_index);
if (c == -1)
@@ -581,8 +581,8 @@ main(int argc, char **av)
tmp
+ 1);
} else
fprintf(stderr, "ERROR: wrong format %s\n",
optarg);
+ break;
}
- break;
case '?':
/* a bit of a hack: look at the option that the
current `c' is based on and see if we recognize
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]