We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 250a68a commit f77e688Copy full SHA for f77e688
1 file changed
src/main/java/org/sqlite/server/SQLiteServer.java
@@ -1014,8 +1014,7 @@ protected String getInitDbHelp() {
1014
" --journal-mode <mode> SQLite journal mode, default "+JOURNAL_MODE_DEFAULT+"\n"+
1015
" --synchronous|-S<sync> SQLite synchronous mode, default "+SYNCHRONOUS_DEFAULT+ "\n"+
1016
" --protocol <pg> SQLite server protocol, default pg\n"+
1017
- " --auth-method|-A<authMethod> Available auth methods("+getAuthMethods()+"), default '"+getAuthDefault()+"'\n"+
1018
- " --";
+ " --auth-method|-A<authMethod> Available auth methods("+getAuthMethods()+"), default "+getAuthDefault();
1019
}
1020
1021
protected String getBootHelp() {
0 commit comments