Skip to content

Commit

Permalink
Merge pull request #28 from jrasell/b_render_help_format
Browse files Browse the repository at this point in the history
Fix formatting issue in render command help (spaces vs. tab)
  • Loading branch information
jrasell authored Nov 8, 2017
2 parents e070df5 + 258f0b9 commit 375c706
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions command/render.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ Usage: levant render [options] TEMPLATE
General Options:
-out=<file>
Specify the path to write the rendered template out to, if a file exists at
the specified path it will be truncated before rendering. The template will be
rendered to stdout if this is not set.
Specify the path to write the rendered template out to, if a file exists at
the specified path it will be truncated before rendering. The template will be
rendered to stdout if this is not set.
-var-file=<file>
The variables file to render the template with.
Expand Down

0 comments on commit 375c706

Please sign in to comment.