diff --git a/README.md b/README.md index 73934a5..02f73ae 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ $ cargo install registry-backup --git https://git.shipyard.rs/jstrong/registry-b ```console $ ./target/release/registry-backup --help -registry-backup 0.4.0-rc.3 +registry-backup 0.4.0-rc.4 Jonathan Strong Download all .crate files from a registry server @@ -82,7 +82,7 @@ OPTIONS: -U, --user-agent Value of user-agent HTTP header - [default: registry-backup/v0.4.0-rc.3] + [default: registry-backup/v0.4.0-rc.4] -R, --requests-per-second Requests to registry server will not exceed this rate @@ -138,6 +138,7 @@ max-concurrent-requests = 50 [output] path = "output" overwrite-existing = false +format = "{crate}/{version}/download" ``` @@ -192,7 +193,7 @@ The commands that mirror cargo commands (e.g. `just test`) are included for the This file is generated using a template (`doc/README.tera.md`) rendered using updated outputs of the CLI menu, config sample, and other values. -This version of `README.md` was generated at `Thu, 15 Sep 2022 20:19:54 +0000` based on git commit `18920486`. +This version of `README.md` was generated at `Thu, 15 Sep 2022 20:26:59 +0000` based on git commit `16d2090b`. To (re-)generate the `README.md` file, use the justfile command: diff --git a/doc/cli-menu.txt b/doc/cli-menu.txt index 3bb162a..a1dc95d 100644 --- a/doc/cli-menu.txt +++ b/doc/cli-menu.txt @@ -1,4 +1,4 @@ -registry-backup 0.4.0-rc.3 +registry-backup 0.4.0-rc.4 Jonathan Strong Download all .crate files from a registry server @@ -41,7 +41,7 @@ OPTIONS: -U, --user-agent Value of user-agent HTTP header - [default: registry-backup/v0.4.0-rc.3] + [default: registry-backup/v0.4.0-rc.4] -R, --requests-per-second Requests to registry server will not exceed this rate