Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
cli: Fix capitalization of "Radicle"
cloudhead committed 2 years ago
commit e58419a9b0cc21a7353c7a94756bb6bf42326ba4
parent 3ff1ddd5e3cb3469a6d7bd722b0017ff2270fb42
3 files changed +4 -4
modified radicle-cli/src/commands/config.rs
@@ -10,7 +10,7 @@ use crate::terminal::Element as _;

pub const HELP: Help = Help {
    name: "config",
-
    description: "Manage your local radicle configuration",
+
    description: "Manage your local Radicle configuration",
    version: env!("CARGO_PKG_VERSION"),
    usage: r#"
Usage
modified radicle-cli/src/commands/inspect.rs
@@ -21,7 +21,7 @@ use crate::terminal::json;

pub const HELP: Help = Help {
    name: "inspect",
-
    description: "Inspect a radicle repository",
+
    description: "Inspect a Radicle repository",
    version: env!("CARGO_PKG_VERSION"),
    usage: r#"
Usage
modified radicle-cli/src/commands/path.rs
@@ -10,14 +10,14 @@ use crate::terminal::args::{Args, Error, Help};

pub const HELP: Help = Help {
    name: "path",
-
    description: "Display the radicle home path",
+
    description: "Display the Radicle home path",
    version: env!("CARGO_PKG_VERSION"),
    usage: r#"
Usage

    rad path [<option>...]

-
    If no argument is specified, the radicle home path is displayed.
+
    If no argument is specified, the Radicle home path is displayed.

Options