summary refs log tree commit diff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 1e76072..a02ba58 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -526,7 +526,7 @@ fn main() {
                                  .short("c")
                                  .long("cpus")
                                  .value_name("N")
-                                 .help("number of VCPUs (WARNING: CURRENTLY UNUSED)")
+                                 .help("number of VCPUs")
                                  .takes_value(true))
                         .arg(Arg::with_name("memory")
                                  .short("m")