Skip to content

Commit

Permalink
adjust Help msg
Browse files Browse the repository at this point in the history
  • Loading branch information
Yorick Gersie committed Dec 12, 2017
1 parent 282b74e commit 7c5b2ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion command/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ General Options:
-var-file=<file>
Used in conjunction with the -job-file will deploy a templated job to your
Nomad cluster. [default: levant.tf]
Nomad cluster. [default: levant.(yaml|yml|tf)]
-force-count
Use the taskgroup count from the Nomad jobfile instead of the count that
Expand Down
2 changes: 1 addition & 1 deletion command/render.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ General Options:
rendered to stdout if this is not set.
-var-file=<file>
The variables file to render the template with. [default: levant.tf]
The variables file to render the template with. [default: levant.(yaml|yml|tf)]
`
return strings.TrimSpace(helpText)
}
Expand Down

0 comments on commit 7c5b2ff

Please sign in to comment.