We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7d6a30 commit f5850deCopy full SHA for f5850de
1 file changed
README.md
@@ -36,7 +36,7 @@ curl -L -o java-xml-grepper.jar \
36
37
# RUN
38
java -jar java-xml-grepper.jar \
39
- -i pom.xml \
+ -f pom.xml \
40
-x /project/version
41
42
# PRINTS (example)
@@ -56,7 +56,7 @@ curl -L -o java-xml-grepper.jar \
56
https://github.com/codeclou/java-xml-grepper/releases/download/1.0.0/java-xml-grepper.jar
57
58
59
60
61
62
# Should print the version
0 commit comments