# cargo-msrv help
# COMMAND
* Standalone: `cargo-msrv help [subcommand]`
* Through Cargo: `cargo msrv help [subcommand]`
# PREVIEW
[](https://asciinema.org/a/lBKWtUonNo4lP9f5ecQHh36ss)
# DESCRIPTION
Help users navigate the cargo-msrv CLI by printing a help message.
# EXAMPLES
1. Get help for cargo-msrv
```shell
cargo msrv help # OR cargo msrv --help
```
2. Get help for a cargo-msrv subcommand, for example `list`:
```shell
cargo msrv help list # OR cargo msrv list --help
```