Lehel44 commented on a change in pull request #5356:
URL: https://github.com/apache/nifi/pull/5356#discussion_r705143354



##########
File path: nifi-bootstrap/src/main/java/org/apache/nifi/bootstrap/RunNiFi.java
##########
@@ -275,6 +282,9 @@ public static void main(String[] args) throws IOException, 
InterruptedException
             case "env":
                 runNiFi.env();
                 break;
+            case "status-history":

Review comment:
       Diagnostics works the same way. If you run a command with the same 
filename you ran it before with, you can generally expect that to be 
overwritten. I'll extend the documentation with this piece of information.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to