Skip to content

Commit f0294d9

Browse files
committed
Merge branch 'DBTOOLS-2019_backward' into 'master'
Dbtools 2019 backward See merge request codekeeper/pgcodekeeper-cli!35
2 parents 2a42349 + c49d697 commit f0294d9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/org/pgcodekeeper/cli/CliArgs.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ enum CliMode {
266266
@Option(name = "--parallel-load", aliases = "-par", usage = "parallel-load")
267267
private boolean parallelLoad;
268268

269-
@Option(name = "--disable-auto_load", usage = "disable-auto-load")
269+
@Option(name = "--disable-auto-load", usage = "disable-auto-load")
270270
private boolean disableAutoLoad;
271271

272272
CliMode getMode() {

src/test/resources/org/pgcodekeeper/cli/usage_check.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Usage
2525
= ON for MS SQL
2626
--db-type [PG | MS | CH] : specify database type for work: PG,
2727
MS, CH (default: PG)
28-
--disable-auto_load : disable automatic loading of project
28+
--disable-auto-load : disable automatic loading of project
2929
auxiliary files
3030
--drop-before-create : print DROP before CREATE statement
3131
--enable-function-bodies-dependencies : enable dependencies from bodies of

0 commit comments

Comments
 (0)