diff --git a/crates/toolpath-cli/src/cmd_derive.rs b/crates/toolpath-cli/src/cmd_derive.rs index 281a0c0..2227859 100644 --- a/crates/toolpath-cli/src/cmd_derive.rs +++ b/crates/toolpath-cli/src/cmd_derive.rs @@ -30,7 +30,7 @@ pub enum DeriveSource { }, /// Derive from a GitHub pull request Github { - /// PR URL (e.g. https://github.com/owner/repo/pull/42) + /// PR URL (e.g. ) #[arg(index = 1)] url: Option,