Skip to content

Commit

Permalink
Update noinput option description
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljoseph committed Oct 25, 2013
1 parent ebc57ac commit d9e4b3c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ Options:
--tox Use `tox` instead of the default: `nosetests`
--test-command=<cmd> Command to use to test the newly installed package
--version-prefix=<prefix> Specify a prefix for version number tags
--noinput To be used in conjuction with one of the increment
options above, this option stops `changes` from
confirming the new version number.
--noinput To be used in conjuction with one of the version
increment options above, this option stops
`changes` from confirming the new version number.
--debug Debug output.
The commands do the following:
Expand Down
6 changes: 3 additions & 3 deletions changes/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
--tox Use `tox` instead of the default: `nosetests`
--test-command=<cmd> Command to use to test the newly installed package
--version-prefix=<prefix> Specify a prefix for version number tags
--noinput To be used in conjuction with one of the increment
options above, this option stops `changes` from
confirming the new version number.
--noinput To be used in conjuction with one of the version
increment options above, this option stops
`changes` from confirming the new version number.
--debug Debug output.
The commands do the following:
Expand Down

0 comments on commit d9e4b3c

Please sign in to comment.