kbknapp / cargo-outdated

A cargo subcommand for displaying when Rust dependencies are out of date
MIT License
1.23k stars 96 forks source link

Typo in command #333

Closed RuijieYu closed 1 year ago

RuijieYu commented 2 years ago

Version 0.11.1

OPTIONS:
    -a, --aggresssive                  Ignores channels for latest updates

Notice the triple 's' in the flag.

sunfishcode commented 2 years ago

This is fixed in https://github.com/kbknapp/cargo-outdated/pull/313.