From 62f12e3de2f92b571c520bbf36b23fbdc56a331a Mon Sep 17 00:00:00 2001 From: Kanad Gupta Date: Wed, 4 Dec 2024 18:10:27 -0600 Subject: [PATCH] docs: flag fix --- documentation/commands/openapi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/commands/openapi.md b/documentation/commands/openapi.md index a0ccb6036..889be3b67 100644 --- a/documentation/commands/openapi.md +++ b/documentation/commands/openapi.md @@ -264,7 +264,7 @@ EXAMPLES If you wish to automate this command, you can pass in CLI arguments to bypass the prompts: - $ rdme openapi:refs petstore.json -out petstore.openapi.json + $ rdme openapi:refs petstore.json --out petstore.openapi.json ``` ## `rdme openapi:validate [SPEC]`