Skip to content

Commit

Permalink
main: Fixing app name
Browse files Browse the repository at this point in the history
  • Loading branch information
armon committed Apr 11, 2014
1 parent c9b2cd1 commit 04583ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ func realMain() int {
cli := &cli.CLI{
Args: args,
Commands: Commands,
HelpFunc: cli.BasicHelpFunc("consul"),
}

exitCode, err := cli.Run()
Expand Down

0 comments on commit 04583ca

Please sign in to comment.