From 440c700657b70ae54a958c20f3a19c417712ceab Mon Sep 17 00:00:00 2001
From: bnewbold <bnewbold@robocracy.org>
Date: Sun, 30 Oct 2016 21:44:49 -0700
Subject: remembered multi-line string literal syntax

---
 src/bin/mt-tool.rs | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

(limited to 'src')

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() {
-- 
cgit v1.2.3