summaryrefslogtreecommitdiff
path: root/scripts/rvi_ctl.template
diff options
context:
space:
mode:
authorRudolf J Streif <rstreif@jaguarlandrover.com>2016-02-25 12:47:03 -0800
committerRudolf J Streif <rstreif@jaguarlandrover.com>2016-02-25 12:47:03 -0800
commite00143a638f46f9c6d175989c5394a6408532a60 (patch)
treee93bc499508f179b80bdb2c61ea73525e9dd1d49 /scripts/rvi_ctl.template
parent4abf4bc05cac7341e9c80b02dc67e180bb076813 (diff)
parent4b573e370b546f5483eb252c82baaf718d03638c (diff)
downloadrvi_core-e00143a638f46f9c6d175989c5394a6408532a60.tar.gz
Merge pull request #89 from magnusfeuer/develop
Renamed right_to_register to right_to_receive Agreed on change. Merged.
Diffstat (limited to 'scripts/rvi_ctl.template')
-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"