Skip to content

Commit

Permalink
add watch to usage; other usage changes
Browse files Browse the repository at this point in the history
  • Loading branch information
clipperhouse committed Dec 14, 2014
1 parent 2d41a59 commit 0839b6a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions help.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@ type helpInfo struct {

var helpTmpl = template.Must(template.New("help").Parse(`
Usage:
{{.Name}} Generate files for types marked with +gen.
{{.Name}} get Download and install typewriters (standard or custom).
{{.Spacer}} Optional flags from go get: [-d] [-fix] [-t] [-u].
{{.Name}} list List available typewriters (standard or custom).
{{.Name}} Generate files for types marked with +{{.Name}}.
{{.Name}} list List available typewriters.
{{.Name}} add Add a third-party typewriter to the current package.
{{.Name}} get Download and install imported typewriters.
{{.Spacer}} Optional flags from go get: [-d] [-fix] [-t] [-u].
{{.Name}} watch Watch the current directory for file changes, run {{.Name}}
{{.Spacer}} when detected.
{{.Name}} help Print usage.
Further details are available at http://clipperhouse.github.io/gen
Expand Down

0 comments on commit 0839b6a

Please sign in to comment.