From bee2505c20469b48916432c913e15397ef4bb62e Mon Sep 17 00:00:00 2001 From: Kevin K Date: Thu, 2 Jul 2015 10:17:45 -0400 Subject: [PATCH] fix(CLI): fixes a bug when passing config at command line --- src/bin/clog.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/clog.rs b/src/bin/clog.rs index 0acdd4f..06bf97f 100644 --- a/src/bin/clog.rs +++ b/src/bin/clog.rs @@ -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()