lowercase url

This commit is contained in:
yggverse 2025-08-05 20:12:00 +03:00
parent 70edde7cc7
commit b2a21f5c12
2 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ use url::Url;
#[derive(Parser, Debug)]
#[command(version, about, long_about = None)]
pub struct Config {
/// Path to the [aquatic-crawler](https://github.com/YGGverse/aquatic-crawler) file storage
/// Path to the [aquatic-crawler](https://github.com/yggverse/aquatic-crawler) file storage
#[arg(long, short)]
pub storage: PathBuf,