Skip to content

Commit 842efd8

Browse files
authored
openvmm: remove Hyper-V Lite description (#32)
We are not Hyper-V Lite.
1 parent 3846eb9 commit 842efd8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

openvmm/hvlite_entry/src/cli_args.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,11 @@ use std::path::PathBuf;
3232
use std::str::FromStr;
3333
use thiserror::Error;
3434

35-
/// Hvlite's command-line options.
35+
/// OpenVMM virtual machine monitor.
36+
///
37+
/// This is not yet a stable interface and may change radically between
38+
/// versions.
3639
#[derive(Parser)]
37-
#[clap(name = "hvlite", about = "Hyper-V Lite")]
3840
pub struct Options {
3941
/// processor count
4042
#[clap(short = 'p', long, value_name = "COUNT", default_value = "1")]

0 commit comments

Comments
 (0)