Skip to content

Commit

Permalink
fix: 📝 the cli online help for get/getSchema
Browse files Browse the repository at this point in the history
  • Loading branch information
graugans committed Jul 25, 2024
1 parent 2c3dc5d commit 5a2253e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/ovp8xx/cmd/get.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func getCommand(cmd *cobra.Command, args []string) error {

// getCmd represents the get command
var getCmd = &cobra.Command{
Use: "get <pointers>",
Use: "get [pointers...]",
Short: "Retrieve the JSON configuration from the device",
Long: `The OVP8xx get call accepts a list of JSON pointer like queries.
Valid queries are for example:
Expand Down
2 changes: 1 addition & 1 deletion cmd/ovp8xx/cmd/getSchema.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func getSchemaCommand(cmd *cobra.Command, args []string) error {

// getCmd represents the get command
var getSchemaCmd = &cobra.Command{
Use: "getSchema [pointers]",
Use: "getSchema [pointers...]",
Short: "Retrieve the currently used JSON schema from the device",
Long: `The OVP8xx getSchema command accepts a list of JSON pointers.
The JSON schema provides details about multiple aspects of a parameter. It
Expand Down

0 comments on commit 5a2253e

Please sign in to comment.