Skip to content

Commit

Permalink
feat: update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
maxigimenez committed Aug 29, 2024
1 parent 8cf4077 commit 1aa6287
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/env/add.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default class EnvAdd extends AuthCommand {
}),
secret: Flags.boolean({
char: 's',
description: 'Indicate that the environment variable will be secret, the value will not be revealed anywhere.',
description: 'Indicate that the environment variable will be secret.',
default: false,
exclusive: ['locked'],
}),
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/commands/env/update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default class EnvUpdate extends AuthCommand {
}),
secret: Flags.boolean({
char: 's',
description: 'Indicate that the environment variable will be secret, the value will not be revealed anywhere.',
description: 'Indicate if environment variable is secret.',
default: false,
exclusive: ['locked'],
}),
Expand Down

0 comments on commit 1aa6287

Please sign in to comment.