commands: Make first letter of flags' usage lowercase

This commit is contained in:
Albert Nigmatzianov
2017-04-26 21:58:10 +02:00
committed by Bjørn Erik Pedersen
parent 8fbec59930
commit f0f69d03c5
6 changed files with 24 additions and 24 deletions

View File

@@ -58,7 +58,7 @@ Import from Jekyll requires two paths, e.g. ` + "`hugo import jekyll jekyll_root
}
func init() {
importJekyllCmd.Flags().Bool("force", false, "Allow import into non-empty target directory")
importJekyllCmd.Flags().Bool("force", false, "allow import into non-empty target directory")
}
func importFromJekyll(cmd *cobra.Command, args []string) error {