From e58419a9b0cc21a7353c7a94756bb6bf42326ba4 Mon Sep 17 00:00:00 2001 From: cloudhead Date: Mon, 29 Jan 2024 11:30:30 +0100 Subject: [PATCH] cli: Fix capitalization of "Radicle" --- radicle-cli/src/commands/config.rs | 2 +- radicle-cli/src/commands/inspect.rs | 2 +- radicle-cli/src/commands/path.rs | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/radicle-cli/src/commands/config.rs b/radicle-cli/src/commands/config.rs index 44e5b03f..6331bf5d 100644 --- a/radicle-cli/src/commands/config.rs +++ b/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 diff --git a/radicle-cli/src/commands/inspect.rs b/radicle-cli/src/commands/inspect.rs index e0dbbb01..7470ac82 100644 --- a/radicle-cli/src/commands/inspect.rs +++ b/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 diff --git a/radicle-cli/src/commands/path.rs b/radicle-cli/src/commands/path.rs index a6a5fcb4..934e2cfb 100644 --- a/radicle-cli/src/commands/path.rs +++ b/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 [