Skip to content

Commit

Permalink
Fixing error in Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmvrbanac committed Nov 17, 2013
1 parent 31f8eaf commit fc7dc03
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/using/index.rst
Expand Up @@ -71,12 +71,12 @@ Command-line Arguments
------------------------
Specter is a spec-based testing library to help facilitate BDD in Python.

============== ============
Argument Description
============== ============
-h, --help Show console help
--search PATH Specifies the search path for spec files
--no-art Disables the ASCII art on the runner
--coverage Enables coverage.py integration. Configure using .coveragerc
--select-module Selects a module path to run. Ex: spec.sample.TestClass
============== ============
================ ============
Argument Description
================ ============
-h, --help Show console help
--search PATH Specifies the search path for spec files
--no-art Disables the ASCII art on the runner
--coverage Enables coverage.py integration. Configure using .coveragerc
--select-module Selects a module path to run. Ex: spec.sample.TestClass
================ ============

0 comments on commit fc7dc03

Please sign in to comment.