From 80859f46711df4e92426b5b16f33b46c0e2f2f39 Mon Sep 17 00:00:00 2001 From: Dennis Schwerdel Date: Fri, 20 Nov 2015 14:05:35 +0100 Subject: [PATCH] Usage, help --- src/main.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)]