Skip to content

Commit

Permalink
improve wording of template name help
Browse files Browse the repository at this point in the history
  • Loading branch information
kadoban committed Dec 17, 2015
1 parent 983b2aa commit 25fe7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Stack/Options.hs
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ newOptsParser = (,) <$> newOpts <*> initOptsParser
help "Do not create a subdirectory for the project") <*>
templateNameArgument
(metavar "TEMPLATE_NAME" <>
help "Name of a template or a local template in a subdirectory,\
help "Name of a template or a local template in a file,\
\ for example: foo or foo.hsfiles" <>
value defaultTemplateName) <*>
fmap
Expand Down

0 comments on commit 25fe7ee

Please sign in to comment.