docs: punctuation cleanup

See #5538
This commit is contained in:
albertony
2021-10-20 22:56:19 +02:00
parent b868561951
commit e2f47ecdeb
84 changed files with 1084 additions and 1052 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ var (
func init() {
cmd.Root.AddCommand(commandDefinition)
cmdFlags := commandDefinition.Flags()
flags.BoolVarP(cmdFlags, &listLong, "long", "", listLong, "Show the type as well as names.")
flags.BoolVarP(cmdFlags, &listLong, "long", "", listLong, "Show the type as well as names")
}
var commandDefinition = &cobra.Command{