Skip to content

Commit

Permalink
fix(CLI): fixes a bug when passing config at command line
Browse files Browse the repository at this point in the history
  • Loading branch information
kbknapp committed Jul 2, 2015
1 parent 80a87ac commit bee2505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/clog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ fn main () {
-s, --subtitle=[subtitle] 'e.g. \"Crazy Release Title\"'
-t, --to=[to] 'e.g. 8057684 (Defaults to HEAD when omitted)'
-o, --outfile=[outfile] 'Where to write the changelog (Defaults to \'changelog.md\')'
-c, --config 'The Clog Configuration TOML file to use (Defaults to \'.clog.toml\')**'
-c, --config=[config] 'The Clog Configuration TOML file to use (Defaults to \'.clog.toml\')**'
--setversion=[ver] 'e.g. 1.0.1'")
// Because --from-latest-tag can't be used with --from, we add it seperately so we can
// specify a .conflicts_with()
Expand Down

0 comments on commit bee2505

Please sign in to comment.