Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: fix typo
Fintan Halpenny committed 6 months ago
commit d532c00e3445420139e52d78eeaa6c15be059dd6
parent 78ab4624aede668f0ff0253235a5b761ab9337c1
1 file changed +1 -1
modified crates/radicle-cli/src/commands/seed/args.rs
@@ -30,7 +30,7 @@ pub struct Args {
    #[arg(long, overrides_with("no_fetch"), hide(true))]
    fetch: bool,

-
    /// No not fetch repository after updating seeding policy
+
    /// Do not fetch repository after updating seeding policy
    #[arg(long, overrides_with("fetch"))]
    no_fetch: bool,