features/trema.feature in trema-0.1.3 vs features/trema.feature in trema-0.1.3.1
- old
+ new
@@ -6,13 +6,13 @@
Scenario: trema help
When I try to run "./trema help"
Then the output should be:
"""
- usage: ./trema <COMMAND> [OPTIONS ...]
+ usage: trema <COMMAND> [OPTIONS ...]
Trema command-line tool
- Type './trema help <COMMAND>' for help on a specific command.
+ Type 'trema help <COMMAND>' for help on a specific command.
Available commands:
run - runs a trema application.
kill - terminates a trema process.
killall - terminates all trema processes.