From db1e35d95f0fe4a02e31a872f74968d7d92388d0 Mon Sep 17 00:00:00 2001 From: AmeKnite <104745335+ameknite@users.noreply.github.com> Date: Thu, 19 Oct 2023 22:26:49 -0600 Subject: [PATCH] update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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