Skip to content

Commit

Permalink
[fix] cli description
Browse files Browse the repository at this point in the history
  • Loading branch information
igtm committed Jan 14, 2022
1 parent 37df57a commit f613869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manaita.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ const (
)

var (
c = flag.String("c", DefaultScaffoldFileName, "scaffold markdown file path")
p = flag.String("p", "", "template params")
c = flag.String("c", DefaultScaffoldFileName, "specify markdown scaffold file path. default name is 'SCAFFOLD.md'")
p = flag.String("p", "", "specify parameters for scaffold template. these must be defined on markdown e.g. '-p foo=bar,fizz=buzz'")

funcMap = template.FuncMap{
"ToUpper": strings.ToUpper,
Expand Down

0 comments on commit f613869

Please sign in to comment.