docs: first pass of krata as an isolation engine

This commit is contained in:
Alex Zenla
2024-06-20 19:57:18 -07:00
parent e219f3adf1
commit 23c7302c04
16 changed files with 23 additions and 27 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "krata-daemon"
description = "Daemon for the krata hypervisor."
description = "Daemon for the krata isolation engine"
license.workspace = true
version.workspace = true
homepage.workspace = true

View File

@ -6,7 +6,7 @@ use std::str::FromStr;
use crate::Daemon;
#[derive(Parser)]
#[command(version, about = "Krata hypervisor daemon")]
#[command(version, about = "krata isolation engine daemon")]
pub struct DaemonCommand {
#[arg(
short,