Skip to content

Commit

Permalink
Correcting the --debug description
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdowling committed Aug 10, 2014
1 parent 2994315 commit b642a86
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
CHANGELOG
=========

0.0.2 (2014-09-10)
------------------

* Correcting ``--debug`` description.

0.0.1 (2014-09-10)
------------------

Initial release.
* Initial release.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
tag:
./chag tag --debug CHANGELOG.rst
./chag tag --sign --debug CHANGELOG.rst
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Parses a changelog entry.
Options:
--tag Optional tag to parse. If no value is provided, then
the latest tag will be parsed.
--debug Set to 1 to output debug information while executing.
--debug Output debug information while executing.
--help Displays this message.

Arguments:
Expand Down Expand Up @@ -117,7 +117,7 @@ Creates an annotated git tag from a changelog entry.
--sign|-s Make a GPG-signed tag, using the default git e-mail address's
key.
--force|-f Delete an existing tag if present.
--debug Set to 1 to output debug information while executing.
--debug Output debug information while executing.
--help Displays this message.

Arguments:
Expand Down
6 changes: 3 additions & 3 deletions chag
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Author: Michael Dowling <https://github.com/mtdowling>
# License: MIT <https://github.com/mtdowling/chag/blob/master/LICENSE>
# URL: https://github.com/mtdowling/chag
# Version: 0.0.1
# Version: 0.0.2

chag_usage() {
cat <<EOT
Expand All @@ -28,7 +28,7 @@ Usage: chag parse [OPTIONS] FILENAME
Options:
--tag Optional tag to parse. If no value is provided, then
the latest tag will be parsed.
--debug Set to 1 to output debug information while executing.
--debug Output debug information while executing.
--help Displays this message.
Arguments:
Expand Down Expand Up @@ -71,7 +71,7 @@ Options:
--sign|-s Make a GPG-signed tag, using the default git e-mail address's
key.
--force|-f Delete an existing tag if present.
--debug Set to 1 to output debug information while executing.
--debug Output debug information while executing.
--help Displays this message.
Arguments:
Expand Down

0 comments on commit b642a86

Please sign in to comment.