Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
princerajpoot20 committed Aug 18, 2023
1 parent 1e5544b commit 33e1888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 33e1888

Please sign in to comment.