Repository: ant-ivy Updated Branches: refs/heads/master c6c1971ca -> 2ff8e5188
document the new option Project: http://git-wip-us.apache.org/repos/asf/ant-ivy/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-ivy/commit/2ff8e518 Tree: http://git-wip-us.apache.org/repos/asf/ant-ivy/tree/2ff8e518 Diff: http://git-wip-us.apache.org/repos/asf/ant-ivy/diff/2ff8e518 Branch: refs/heads/master Commit: 2ff8e5188196a89b7a05949560985a149712b59c Parents: c6c1971 Author: Gintas Grigelionis <[email protected]> Authored: Thu Jan 11 21:34:51 2018 +0100 Committer: Gintas Grigelionis <[email protected]> Committed: Thu Jan 11 21:34:51 2018 +0100 ---------------------------------------------------------------------- asciidoc/standalone.adoc | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/2ff8e518/asciidoc/standalone.adoc ---------------------------------------------------------------------- diff --git a/asciidoc/standalone.adoc b/asciidoc/standalone.adoc index 655f408..6262238 100644 --- a/asciidoc/standalone.adoc +++ b/asciidoc/standalone.adoc @@ -35,6 +35,8 @@ It will display usage text as follows: usage: ivy ==== settings options -settings <settingsfile> use given file for settings + -properties <properties> use given file for properties not specified in set + tings -cache <cachedir> use given directory for cache -novalidate do not validate ivy files against xsd -m2compatible use Maven 2 compatibility
