Merge pull request #274 from jzelinskie/fixsp
cmd: fix spelling mistake
This commit is contained in:
commit
a204081a04
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ func main() {
|
|||
var rootCmd = &cobra.Command{
|
||||
Use: "chihaya",
|
||||
Short: "BitTorrent Tracker",
|
||||
Long: "A customizible, multi-protocol BitTorrent Tracker",
|
||||
Long: "A customizable, multi-protocol BitTorrent Tracker",
|
||||
Run: func(cmd *cobra.Command, args []string) {
|
||||
if err := rootCmdRun(cmd, args); err != nil {
|
||||
log.Fatal(err)
|
||||
|
|
Loading…
Reference in a new issue