Repository: nifi-site
Updated Branches:
  refs/heads/master f94c6e7d0 -> 43c3c6816


NIFI-3041 Removed references to Windows start-nifi.bat and stop-nifi.bat in 
Quickstart guide

This closes #8.


Project: http://git-wip-us.apache.org/repos/asf/nifi-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi-site/commit/43c3c681
Tree: http://git-wip-us.apache.org/repos/asf/nifi-site/tree/43c3c681
Diff: http://git-wip-us.apache.org/repos/asf/nifi-site/diff/43c3c681

Branch: refs/heads/master
Commit: 43c3c681674354fafaf7350dd6ed8d9364bf6420
Parents: f94c6e7
Author: Andrew Lim <[email protected]>
Authored: Tue Nov 22 10:16:14 2016 -0500
Committer: Pierre Villard <[email protected]>
Committed: Tue Nov 22 22:05:07 2016 +0100

----------------------------------------------------------------------
 src/pages/markdown/quickstart.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi-site/blob/43c3c681/src/pages/markdown/quickstart.md
----------------------------------------------------------------------
diff --git a/src/pages/markdown/quickstart.md b/src/pages/markdown/quickstart.md
index 144e607..e11f4ef 100644
--- a/src/pages/markdown/quickstart.md
+++ b/src/pages/markdown/quickstart.md
@@ -144,8 +144,10 @@ for launching the application. On linux and OSX, NiFi can 
be run using `bin/nifi
 via `service nifi start`, `service nifi stop`, `service nifi status`.
 
 
-For Windows users, there exist several scripts in the `bin` directory that are 
analogous to those above:
-`start-nifi.bat`, `stop-nifi.bat`, `nifi-status.bat`, and `run-nifi.bat`.
+For Windows users, the following scripts exist in the `bin` directory:
+
++ `run-nifi.bat`: runs NiFi in the foreground and waits to receive a Ctrl-C, 
which then shuts down NiFi
++ `status-nifi.bat`: provides the current status of NiFi
 
 The configuration that is to be used when launching NiFi, such as Java heap 
size, the user
 to run as, which Java command to use, etc. are configurable via the 
`conf/bootstrap.conf` file.

Reply via email to