main: Fixing app name

This commit is contained in:
Armon Dadgar 2014-04-11 16:23:05 -07:00
parent 360158590e
commit 10214683f0
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()