Skip to content

Commit

Permalink
Merge pull request #238 from Bedrock-OSS/fix-invalid-cli-message
Browse files Browse the repository at this point in the history
Fixed help message of the `regolith install` command.
  • Loading branch information
Nusiq authored Nov 21, 2022
2 parents 8f7ade1 + 35bb389 commit 770458c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ func main() {
cmdInstall := &cobra.Command{
Use: "install [filters...]",
Short: "Downloads and installs filters from the internet and adds them to the filterDefinitions list",
Long: regolithInitDesc,
Long: regolithInstallDesc,
Run: func(cmd *cobra.Command, filters []string) {
if len(filters) == 0 {
cmd.Help()
Expand Down

0 comments on commit 770458c

Please sign in to comment.