Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: Fix typo
Lorenz Leutgeb committed 6 months ago
commit 2808cf3c878c16dfe8342cd4028e566e78a7b9b2
parent 48adc77f37771ed6ab7d96c85c8355b6bf891240
1 file changed +1 -1
modified crates/radicle-cli/src/commands/inspect/args.rs
@@ -48,7 +48,7 @@ pub(crate) struct Target {
#[derive(Debug, Parser)]
#[command(about = ABOUT, long_about = LONG_ABOUT, disable_version_flag = true)]
pub struct Args {
-
    /// Repository, byt RID or by path
+
    /// Repository, by RID or by path
    #[arg(value_name = "RID|PATH")]
    pub(crate) repo: Option<String>,