Skip to content

Commit

Permalink
Fixes to usage string for configs with multiple commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigel2392 committed May 7, 2024
1 parent d5fbfb5 commit e1a9de7
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 @@ -201,7 +201,7 @@ func main() {
fmt.Printf(" - %s\n", quickgo.Craft(quickgo.CMD_Cyan, c.Name))
continue
}
fmt.Printf(" - %s: %s", quickgo.Craft(quickgo.CMD_Cyan, c.Name), c.Description)
fmt.Printf(" - %s: %s\n", quickgo.Craft(quickgo.CMD_Cyan, c.Name), c.Description)
}
}
}
Expand Down

0 comments on commit e1a9de7

Please sign in to comment.