main: Fixing app name

This commit is contained in:
Armon Dadgar 2014-04-11 16:23:05 -07:00
parent c9b2cd1078
commit 04583cad86
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ func realMain() int {
cli := &cli.CLI{
Args: args,
Commands: Commands,
HelpFunc: cli.BasicHelpFunc("consul"),
}
exitCode, err := cli.Run()