Skip to content

Commit f77e688

Browse files
committed
Code clean
1 parent 250a68a commit f77e688

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/main/java/org/sqlite/server/SQLiteServer.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1014,8 +1014,7 @@ protected String getInitDbHelp() {
10141014
" --journal-mode <mode> SQLite journal mode, default "+JOURNAL_MODE_DEFAULT+"\n"+
10151015
" --synchronous|-S<sync> SQLite synchronous mode, default "+SYNCHRONOUS_DEFAULT+ "\n"+
10161016
" --protocol <pg> SQLite server protocol, default pg\n"+
1017-
" --auth-method|-A<authMethod> Available auth methods("+getAuthMethods()+"), default '"+getAuthDefault()+"'\n"+
1018-
" --";
1017+
" --auth-method|-A<authMethod> Available auth methods("+getAuthMethods()+"), default "+getAuthDefault();
10191018
}
10201019

10211020
protected String getBootHelp() {

0 commit comments

Comments
 (0)