From fb2931cf64a3fdacc2170277420f6b12ce8881d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Silas=20Sch=C3=B6ffel?= Date: Wed, 8 May 2024 20:16:18 +0200 Subject: [PATCH] fix(ui): emphasize equal worth of frontends --- src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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