From 4cedacf8fdbc4578c7d77f02e539b407ad6bb1da Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Thu, 2 Jul 2020 06:01:12 -0400 Subject: [PATCH] Improve curator verbiage in so-import-pcap --- salt/common/tools/sbin/so-import-pcap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/common/tools/sbin/so-import-pcap b/salt/common/tools/sbin/so-import-pcap index 72b713a98..2b68525f9 100755 --- a/salt/common/tools/sbin/so-import-pcap +++ b/salt/common/tools/sbin/so-import-pcap @@ -249,5 +249,5 @@ fi if [[ $STOP_CURATOR -eq 1 ]]; then echo "" - echo "CAUTION: Curator has been stopped and must be manually re-enabled via so-curator-start, once analysis is completed." + echo "CAUTION: Curator has been stopped. Use `so-curator-start` to start curator once the imported PCAP data is no longer needed. fi \ No newline at end of file