Removed help flag. we no longer need it.

This commit is contained in:
Jeremy Saenz
2013-11-20 17:24:37 -08:00
parent 37eef5912e
commit 4120b604ec
4 changed files with 9 additions and 27 deletions

View File

@@ -138,7 +138,7 @@ func normalizeFlags(flags []Flag, set *flag.FlagSet) error {
visited[f.Name] = true
})
for _, f := range flags {
parts := strings.Split(f.GetName(), ",")
parts := strings.Split(f.getName(), ",")
if len(parts) == 1 {
continue
}