diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/bin/mt-tool.rs | 11 | 
1 files changed, 6 insertions, 5 deletions
diff --git a/src/bin/mt-tool.rs b/src/bin/mt-tool.rs index 803bc46..4d66339 100644 --- a/src/bin/mt-tool.rs +++ b/src/bin/mt-tool.rs @@ -38,11 +38,12 @@ fn print_usage(opts: Options) {      let brief = "usage:\tmt-tool <CMD> [options]";      println!("");      print!("{}", opts.usage(&brief)); -    println!("Commands:\n\ -        \tparse <file>  checks that file contains a valid modelica model\n\ -        \tlist          dumps all the known models in database\n\ -        \tload <dir>    checks that directory contains valid model and metadata\n\ -"); +    println!(""); +    println!(r#"Commands: +    parse <file>  checks that file contains a valid modelica model +    list          dumps all the known models in database +    load <dir>    checks that directory contains valid model and metadata +"#);  }  fn main() {  | 
