Skip to content

Commit

Permalink
fix: Changing some copy in CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
simonas-notcat committed Apr 28, 2020
1 parent 0d4a49b commit ed2c044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/daf-cli/src/credential.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ program
{
type: 'list',
name: 'addStatus',
message: 'Add credential status info?',
message: 'Is the credential revocable?',
choices: [
{ name: 'Yes', value: true },
{ name: 'No', value: false },
Expand Down

0 comments on commit ed2c044

Please sign in to comment.