Get rid of troublesome [<flags>].

This commit is contained in:
Alec Thomas
2018-06-08 15:02:14 +10:00
parent dd03e4c48a
commit d30421d2b1
2 changed files with 5 additions and 8 deletions
-3
View File
@@ -105,9 +105,6 @@ func (n *Node) FlagSummary() string {
}
}
}
if count != len(required) {
required = append(required, "[<flags>]")
}
return strings.Join(required, " ")
}