Spacebrew / spacebrew

A dynamic re-routable software toolkit for choreographing interactive spaces.
MIT License
222 stars 50 forks source link

Error in --help (--noping) #42

Closed SableRaf closed 10 years ago

SableRaf commented 10 years ago

--noping is mentioned twice in the --help

--ping: enable pinging of clients to track who is potentially disconnected (default)
--noping: opposite of --ping
--persist: enables the live route persister, which saves route configurations
--noping: opposite of --persist

I guess the second one should be --nopersist (?)

dayvson commented 10 years ago

I sent a pull request to fix it https://github.com/Spacebrew/spacebrew/pull/44

robotconscience commented 10 years ago

Great, thank you!