diff --git a/src/cli.rs b/src/cli.rs index 77eb4e4..6df2c92 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -39,7 +39,7 @@ pub struct Args { } #[derive(Subcommand, Debug)] pub enum Command { - /// Starts the main TUI client + /// Starts a TUI client Tui {}, /// Starts a repl to the trinitry cli interpreter