diff --git a/radicle-cli/examples/rad-unseed.md b/radicle-cli/examples/rad-unseed.md index 4bc06875..b26cb08c 100644 --- a/radicle-cli/examples/rad-unseed.md +++ b/radicle-cli/examples/rad-unseed.md @@ -12,7 +12,7 @@ $ rad ls We could stop seeding it if we didn't want other nodes to fetch it from us: ``` -$ rad seed --delete rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji +$ rad unseed rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji ✓ Seeding policy for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji removed ``` diff --git a/radicle-cli/src/commands.rs b/radicle-cli/src/commands.rs index 515a3ab4..4f2abe9f 100644 --- a/radicle-cli/src/commands.rs +++ b/radicle-cli/src/commands.rs @@ -52,5 +52,7 @@ pub mod rad_stats; pub mod rad_sync; #[path = "commands/unfollow.rs"] pub mod rad_unfollow; +#[path = "commands/unseed.rs"] +pub mod rad_unseed; #[path = "commands/watch.rs"] pub mod rad_watch; diff --git a/radicle-cli/src/commands/help.rs b/radicle-cli/src/commands/help.rs index e6c5410d..0dcd2718 100644 --- a/radicle-cli/src/commands/help.rs +++ b/radicle-cli/src/commands/help.rs @@ -35,6 +35,7 @@ const COMMANDS: &[Help] = &[ rad_seed::HELP, rad_follow::HELP, rad_unfollow::HELP, + rad_unseed::HELP, rad_remote::HELP, rad_stats::HELP, rad_sync::HELP, diff --git a/radicle-cli/src/commands/seed.rs b/radicle-cli/src/commands/seed.rs index f168debe..e5a12189 100644 --- a/radicle-cli/src/commands/seed.rs +++ b/radicle-cli/src/commands/seed.rs @@ -20,14 +20,13 @@ pub const HELP: Help = Help { usage: r#" Usage - rad seed [] [-d | --delete] [--[no-]fetch] [--scope ] [