lib/simple_perf/cli/stop.rb in simple_perf-0.0.3 vs lib/simple_perf/cli/stop.rb in simple_perf-0.0.4
- old
+ new
@@ -8,10 +8,10 @@
def execute
opts = Trollop::options do
version SimplePerf::VERSION
banner <<-EOS
-Stops the current test by killing JMeter java processes.
+Stops the current test by killing JMeter or Gatling java processes.
Usage:
simple_perf stop -e ENVIRONMENT -n STACK_NAME
EOS
opt :help, "Display Help"