Repository: nifi-site Updated Branches: refs/heads/master 4f4cfb9e3 -> be3d192cf
Changed -P to -D Project: http://git-wip-us.apache.org/repos/asf/nifi-site/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-site/commit/be3d192c Tree: http://git-wip-us.apache.org/repos/asf/nifi-site/tree/be3d192c Diff: http://git-wip-us.apache.org/repos/asf/nifi-site/diff/be3d192c Branch: refs/heads/master Commit: be3d192cf05edd3228ab85f16f5c6279b2ee6881 Parents: 4f4cfb9 Author: joewitt <[email protected]> Authored: Mon Dec 4 13:23:09 2017 -0500 Committer: joewitt <[email protected]> Committed: Mon Dec 4 13:23:09 2017 -0500 ---------------------------------------------------------------------- src/pages/markdown/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi-site/blob/be3d192c/src/pages/markdown/quickstart.md ---------------------------------------------------------------------- diff --git a/src/pages/markdown/quickstart.md b/src/pages/markdown/quickstart.md index a055108..069aa15 100644 --- a/src/pages/markdown/quickstart.md +++ b/src/pages/markdown/quickstart.md @@ -119,7 +119,7 @@ Additional information on system administration and settings can be located in o Now you should have a fully functioning build off the latest codebase. -_NOTE_: During development it is not necessary to build the entire code base. Typically, in case of a NAR bundle change you can build only the particular bundle followed by running `mvn -T C2.0 clean install -Pdir-only` in `nifi-assembly`. +_NOTE_: During development it is not necessary to build the entire code base. Typically, in case of a NAR bundle change you can build only the particular bundle followed by running `mvn -T C2.0 clean install -Ddir-only` in `nifi-assembly`. ## Running the application
