Skip to content

Commit

Permalink
docs[setler-cli]: update config help
Browse files Browse the repository at this point in the history
  • Loading branch information
mankins committed Sep 25, 2023
1 parent 3978f02 commit 6a10a33
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion identity-wallet/setler-cli/src/actions/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,10 @@ const exec = async (context) => {
}
default: {
// usage
log(chalk.bold(`Usage: setler config [get|endpoint|ident|auth]`));
log(chalk.bold(`Usage: setler config [get|endpoint|ident|auth|network]`));

// example
log(chalk.bold(`Example: setler config network set`));
break;
}
}
Expand Down

0 comments on commit 6a10a33

Please sign in to comment.