From 373d9ecede5e176f4628b48796de1f978b1a155c Mon Sep 17 00:00:00 2001 From: Johnny <9611008+johnnymatthews@users.noreply.github.com> Date: Mon, 16 Sep 2024 23:59:51 -0300 Subject: [PATCH] Clears up what the TUI is and how to start it. (#224) --- src/cli.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli.ts b/src/cli.ts index df262768..7c6704fa 100644 --- a/src/cli.ts +++ b/src/cli.ts @@ -47,7 +47,7 @@ function passwordOption (description?: string) { /* no command */ program .name('entropy') - .description('CLI interface for interacting with entropy.xyz. Running without commands starts an interactive ui') + .description('CLI interface for interacting with entropy.xyz. Running this binary without any commands or arguments starts a text-based interface.') .addOption(endpointOption()) .addOption( new Option(