diff --git a/README.md b/README.md index b2975d9..a9b03dc 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Install cargo-attribution with: `cargo install cargo-attribution`. Run it in your project directory with: `cargo attribution`. -```bash +```sh A cargo subcommand to give credit to your dependencies Usage: cargo attribution [OPTIONS] @@ -27,6 +27,8 @@ Options: Directory of the output files, [default: ./attribution] -d, --dependencies-name Dependencies file name [default: dependencies] + --self-name + Self file name [default: self] --all-features Activate all available features --no-default-features