diff --git a/src/main.rs b/src/main.rs index 985eda5..e91633e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -38,7 +38,7 @@ impl log::Log for SimpleLogger { static USAGE: &'static str = " Usage: - ethcloud [options] + ethcloud [options] [-d ] [-l ] [-t ] [-c ...] Options: -d , --device Name of the tap device [default: ethcloud%d] @@ -49,6 +49,7 @@ Options: --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)]