File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,8 @@ func initFlags(cmd *cobra.Command, flags *flags) {
147
147
cmd .Flag ("exclude-git-dir" ).
148
148
Usage = "Exclude the .git directory. If set to false, the .git directory will not be excluded"
149
149
cmd .Flag ("template" ).
150
- Usage = "Specify the name of the template to use. For example, to use a template named 'tech_writer', use --template tech_writer"
150
+ Usage = "Specify the name of the template to use. For example, " +
151
+ "to use a template named 'tech_writer', use --template tech_writer"
151
152
cmd .Flag ("template-variables" ).
152
153
Usage = "Specify variables to use in the template. For example, to use the variable 'name' " +
153
154
"with the value 'John', use --template-variables name=John"
You can’t perform that action at this time.
0 commit comments