diff --git a/openapi.yaml b/openapi.yaml index 4a50dcbb..e0246576 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -228,7 +228,7 @@ paths: /help: get: - summary: Retrieve help information for the given command and any number of subcommands. + summary: Retrieve help information for the given command. operationId: help tags: - help @@ -237,7 +237,7 @@ paths: in: query style: form explode: true - description: The command (and any subcommands) for which help information is needed. Subcommands can be separated by '/' or space ' '. + description: The command for which help information is needed. required: true schema: type: string