Skip to content

Commit

Permalink
Merge branch 'main' of github.com:entropyxyz/cli into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mixmix committed Sep 17, 2024
2 parents 3a3130f + 373d9ec commit 988555a
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 @@ -48,7 +48,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 988555a

Please sign in to comment.