This commit is contained in:
Veres Lajos
2015-08-08 22:29:57 +01:00
parent 2bfa9a1f98
commit 9f77e49109
116 changed files with 160 additions and 160 deletions

View File

@@ -66,7 +66,7 @@ func (v *versionValue) String() string {
return fmt.Sprintf("%v", bool(*v == VersionTrue))
}
// The type of the flag as requred by the pflag.Value interface
// The type of the flag as required by the pflag.Value interface
func (v *versionValue) Type() string {
return "version"
}