Skip to content

Commit 2cf7a22

Browse files
author
qwazer
committed
scheme2ddl-28 replace-sequence-values option fix description
1 parent e1ac0ce commit 2cf7a22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ More command line options
5252
-tf, --type-filter, filter for specific DDL object types
5353
-tfm, --type-filtermode, mode for type filter: include(default) or exclude
5454
--stop-on-warning, stop on getting DDL error (skip by default)
55-
-rsv, replace actual filter values with 1
55+
-rsv, replace actual sequence values with 1
5656
--replace-sequence-values,
5757
-tc,--test-connection, test db connection available
5858
-version, print version info and exit

src/main/java/com/googlecode/scheme2ddl/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ private static void printUsage() {
259259
msg.append(" -tf, --type-filter, filter for specific DDL object types" + lSep);
260260
msg.append(" -tfm, --type-filtermode, mode for type filter: include(default) or exclude" + lSep);
261261
msg.append(" --stop-on-warning, stop on getting DDL error (skip by default)" + lSep);
262-
msg.append(" -rsv, replace actual filter values with 1 " + lSep);
262+
msg.append(" -rsv, replace actual sequence values with 1 " + lSep);
263263
msg.append(" --replace-sequence-values, " + lSep);
264264
msg.append(" -tc,--test-connection, test db connection available" + lSep);
265265
msg.append(" -version, print version info and exit" + lSep);

0 commit comments

Comments
 (0)