diff --git a/markdown/docs/tools/cli/usage.md b/markdown/docs/tools/cli/usage.md index c6540674051d..9e261882a782 100644 --- a/markdown/docs/tools/cli/usage.md +++ b/markdown/docs/tools/cli/usage.md @@ -586,7 +586,7 @@ DESCRIPTION EXAMPLES $ asyncapi new - start creation of a file in interactive mode - $ asyncapi new --file-name=my-asyncapi.yml --example=default-example.yml --no-tty - create a new file with a specific name, using one of the examples and without interactive mode + $ asyncapi new --file-name=my-asyncapi.yaml --example=default-example.yaml --no-tty - create a new file with a specific name, using one of the examples and without interactive mode ``` _See code: [src/commands/new/index.ts](https://github.com/asyncapi/cli/blob/v2.14.1/src/commands/new/index.ts)_