Usage, help

This commit is contained in:
Dennis Schwerdel 2015-11-20 14:05:35 +01:00
parent 594841da9b
commit 80859f4671
1 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,7 @@ impl log::Log for SimpleLogger {
static USAGE: &'static str = "
Usage:
ethcloud [options]
ethcloud [options] [-d <device>] [-l <listen>] [-t <token>] [-c <connect>...]
Options:
-d <device>, --device <device> Name of the tap device [default: ethcloud%d]
@ -49,6 +49,7 @@ Options:
--mac-timeout <mac_timeout> Mac table entry timeout in seconds [default: 300]
-v, --verbose Log verbosely
-q, --quiet Only print error messages
-h, --help Display the help
";
#[derive(RustcDecodable, Debug)]