mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-29 08:47:56 +00:00
Merge pull request #5412 from tzY15368/improve-cmd-descriptions
kata-ctl: improve command descriptions for consistency
This commit is contained in:
commit
c7b38532f0
@ -16,7 +16,7 @@ pub struct KataCtlCli {
|
||||
|
||||
#[derive(Debug, Subcommand)]
|
||||
pub enum Commands {
|
||||
/// Tests if system can run Kata Containers
|
||||
/// Test if system can run Kata Containers
|
||||
Check(CheckArgument),
|
||||
|
||||
/// Directly assign a volume to Kata Containers to manage
|
||||
@ -25,13 +25,13 @@ pub enum Commands {
|
||||
/// Display settings
|
||||
Env,
|
||||
|
||||
/// Enter into guest by debug console
|
||||
/// Enter into guest VM by debug console
|
||||
Exec,
|
||||
|
||||
/// Manage vm factory
|
||||
/// Manage VM factory
|
||||
Factory,
|
||||
|
||||
/// Manages iptables
|
||||
/// Manage guest VM iptables
|
||||
Iptables(IptablesCommand),
|
||||
|
||||
/// Gather metrics associated with infrastructure used to run a sandbox
|
||||
@ -50,10 +50,10 @@ pub struct CheckArgument {
|
||||
|
||||
#[derive(Debug, Subcommand)]
|
||||
pub enum CheckSubCommand {
|
||||
/// Runs all checks
|
||||
/// Run all checks
|
||||
All,
|
||||
|
||||
/// Runs all checks but excluding network checks.
|
||||
/// Run all checks but excluding network checks.
|
||||
NoNetworkChecks,
|
||||
|
||||
/// Only compare the current and latest available versions
|
||||
|
Loading…
Reference in New Issue
Block a user