Skip to content

Commit

Permalink
Stopped lying about passing options to cargo (see rust-lang#97),
Browse files Browse the repository at this point in the history
  • Loading branch information
ibabushkin committed Jun 9, 2019
1 parent ce03305 commit 8361ace
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bin/cargo_semver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,8 @@ mod cli {

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

Expand Down

0 comments on commit 8361ace

Please sign in to comment.