Skip to content

Commit e7ea9d5

Browse files
authored
chore(cli): update cdk flags message (#831)
even though it works, the option should come after the command name. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
1 parent 6f4e98a commit e7ea9d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-cdk/lib/cli/cdk-toolkit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2137,7 +2137,7 @@ export async function displayFlagsMessage(ioHost: IoHelper, toolkit: InternalToo
21372137

21382138
const numUnconfigured = unconfiguredFlags.length;
21392139
if (numUnconfigured > 0) {
2140-
await ioHost.defaults.warn(`${numUnconfigured} feature flags are not configured. Run 'cdk --unstable=flags flags' to learn more.`);
2140+
await ioHost.defaults.warn(`${numUnconfigured} feature flags are not configured. Run 'cdk flags --unstable=flags' to learn more.`);
21412141
}
21422142
}
21432143

0 commit comments

Comments
 (0)