diff src/main.rs @ 54:ab3350def09b

...
author AnaTofuZ <k198584@ie.u-ryukyu.ac.jp>
date Mon, 23 Nov 2020 09:42:54 +0900
parents 28adbde55fe7
children d6ef7ea91ff4
line wrap: on
line diff
--- a/src/main.rs	Mon Nov 23 09:29:39 2020 +0900
+++ b/src/main.rs	Mon Nov 23 09:42:54 2020 +0900
@@ -40,7 +40,7 @@
 #[derive(Clap)]
 struct Define {
     name: String,
-    /// A level of verbosity, and can be used multiple times
+    /// create a VM with a differential from the template VM registered in $ie-virsh templates
     #[clap(short, long, parse(from_str))]
     template: Option<String>,
 }