Skip to content

Commit

Permalink
Clears up what the TUI is and how to start it. (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnymatthews authored Sep 17, 2024
1 parent f20c461 commit 373d9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 373d9ec

Please sign in to comment.