Skip to content

Commit 421c076

Browse files
committed
chore: simplify --verbose flag description
1 parent 31191a2 commit 421c076

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli/src/commands/deploy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default class Deploy extends AuthCommand {
4747
}),
4848
'verbose': Flags.boolean({
4949
char: 'v',
50-
description: 'Shows deploy output with resource names and IDs. Implies --output.',
50+
description: 'Show resource names and IDs in the deploy output.',
5151
default: false,
5252
}),
5353
'schedule-on-deploy': Flags.boolean({

0 commit comments

Comments
 (0)