Changeset: 297a07087c52 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=297a07087c52
Modified Files:
tools/merovingian/daemon/argvcmds.c
Branch: Oct2014
Log Message:
Add newline to output per Stefan de Konink's patch.
Fixes bug 3580.
diffs (12 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
@@ -55,7 +55,7 @@ command_help(int argc, char *argv[])
} else if (strcmp(argv[1], "start") == 0) {
printf("usage: monetdbd start [-n] <dbfarm>\n");
printf(" Starts the monetdbd deamon for the given dbfarm.\n");
- printf(" When -n is given, monetdbd will not fork into the
background.");
+ printf(" When -n is given, monetdbd will not fork into the
background.\n");
} else if (strcmp(argv[1], "stop") == 0) {
printf("usage: monetdbd stop <dbfarm>\n");
printf(" Stops a running monetdbd deamon for the given
dbfarm.\n");
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list