Skip to content

Commit

Permalink
Fix example of --format with --out
Browse files Browse the repository at this point in the history
Seperating format and output file with a colon was never supported and
was probably added by accident. The output filename was also updated to
be consistent with later examples. Fixes #704
  • Loading branch information
vanstee committed Oct 9, 2012
1 parent 5ac165f commit 5561e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/command_line/format_option.feature
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Feature: --format option
You can also specify an output target (STDOUT by default) by appending a
filename to the argument:

$ rspec spec --format documentation:rspec.output.txt
$ rspec spec --format documentation --out rspec.txt

`rspec --help` lists available formatters:

Expand Down

0 comments on commit 5561e17

Please sign in to comment.