update deps

This commit is contained in:
Andrey Nering
2017-11-19 18:26:37 -02:00
parent e065dcb816
commit 57e42af238
294 changed files with 159496 additions and 183 deletions

View File

@@ -568,6 +568,10 @@ func UnquoteUsage(flag *Flag) (name string, usage string) {
name = "strings"
case "intSlice":
name = "ints"
case "uintSlice":
name = "uints"
case "boolSlice":
name = "bools"
}
return