summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Feuer <mfeuer@jaguarlandrover.com>2016-02-25 12:39:12 -0800
committerMagnus Feuer <mfeuer@jaguarlandrover.com>2016-02-25 12:39:12 -0800
commit4b573e370b546f5483eb252c82baaf718d03638c (patch)
treee93bc499508f179b80bdb2c61ea73525e9dd1d49
parent1b07a494ea81f123cb6f4f6b87ea3d239ac4a16e (diff)
downloadrvi_core-4b573e370b546f5483eb252c82baaf718d03638c.tar.gz
Updated usage
-rw-r--r--scripts/rvi_ctl.template3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/rvi_ctl.template b/scripts/rvi_ctl.template
index c6c8875..82ae11b 100644
--- a/scripts/rvi_ctl.template
+++ b/scripts/rvi_ctl.template
@@ -20,8 +20,7 @@ echo ${ERL:=erl} > /dev/null
usage() {
- echo "Usage: $0 -d config_dir [-c config_file] -l log_dir \\"
- echo " start|stop|console|attach|ping"
+ echo "Usage: $0 [-c config_file] start|stop|console|attach|ping"
echo
echo " -c config_file Configuration file to launch rvi node with."
echo " Mandatory for start and console. Ignored for"