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