fix(ui): emphasize equal worth of frontends

This commit is contained in:
Silas Schöffel 2024-05-08 20:16:18 +02:00
parent d756afbc06
commit 1db1b81b17
Signed by: sils
GPG Key ID: 6A587D46E3F44592
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ pub struct Args {
} }
#[derive(Subcommand, Debug)] #[derive(Subcommand, Debug)]
pub enum Command { pub enum Command {
/// Starts the main TUI client /// Starts a TUI client
Tui {}, Tui {},
/// Starts a repl to the trinitry cli interpreter /// Starts a repl to the trinitry cli interpreter