diff --git a/src/cli.rs b/src/cli.rs index fb47d2c..087eef9 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -40,7 +40,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