Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 8361ace

Browse files
committed
Stopped lying about passing options to cargo (see #97),
1 parent ce03305 commit 8361ace

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/bin/cargo_semver.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,8 @@ mod cli {
294294

295295
/// Print a help message
296296
pub fn print_help(opts: &getopts::Options) {
297-
let brief = "usage: cargo semver [options] [-- cargo options]";
297+
// FIXME: pass remaining options to cargo
298+
let brief = "usage: cargo semver [options]";
298299
print!("{}", opts.usage(brief));
299300
}
300301

0 commit comments

Comments
 (0)