Changeset: 97cb6b833b72 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/97cb6b833b72
Modified Files:
        clients/mapiclient/mclient.c
Branch: Mar2025
Log Message:

Add --quiet to usage output.


diffs (11 lines):

diff --git a/clients/mapiclient/mclient.c b/clients/mapiclient/mclient.c
--- a/clients/mapiclient/mclient.c
+++ b/clients/mapiclient/mclient.c
@@ -3280,6 +3280,7 @@ usage(const char *prog, int xit)
        mnstr_printf(stderr_stream, " -| cmd      | --pager=cmd        for 
pagination\n");
 #endif
        mnstr_printf(stderr_stream, " -v          | --version          show 
version information and exit\n");
+       mnstr_printf(stderr_stream, " -q          | --quiet            don't 
print welcome message\n");
        mnstr_printf(stderr_stream, " -?          | --help             show 
this usage message\n");
 
        mnstr_printf(stderr_stream, "\nSQL specific options \n");
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to