Skip to content

Commit

Permalink
Update argument name for consistency with docs
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Dec 9, 2019
1 parent 954b51a commit eaf7294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

var docsCmd = &cobra.Command{
Use: "docs [pattern]",
Use: "docs [regexp]",
Args: cobra.MaximumNArgs(1),
Short: "Print documentation",
Long: mustGetLongHelp("docs"),
Expand Down

0 comments on commit eaf7294

Please sign in to comment.