Skip to content

Commit 854ee60

Browse files
authored
Update README.md
1 parent 32f98cc commit 854ee60

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ java -jar pgdbdiff-0.0.1-SNAPSHOT.jar
2222
java -jar pgdbdiff-0.0.1-SNAPSHOT.jar -f=<configFile>
2323
~~~
2424

25-
- Run using the specified configuration file, and compare specified config item. if all, the "-c=ALL"; if K1, the "-c=K1"; if K1, k2 and K3, the "-c=K1,K2,K3"
25+
- Run using the specified configuration file, and compare specified config item.
26+
- if all, the param is "-c=ALL";
27+
- if K1, the param is "-c=K1";
28+
- if K1, k2 and K3, the param is "-c=K1,K2,K3"
2629
~~~
2730
java -jar pgdbdiff-0.0.1-SNAPSHOT.jar -f=<configFile> -c=<ALL|CompareKey>
2831
~~~

0 commit comments

Comments
 (0)