cli: Fix capitalization of "Radicle"

This commit is contained in:
cloudhead 2024-01-29 11:30:30 +01:00
parent 3ff1ddd5e3
commit e58419a9b0
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@ use crate::terminal::Element as _;
pub const HELP: Help = Help { pub const HELP: Help = Help {
name: "config", name: "config",
description: "Manage your local radicle configuration", description: "Manage your local Radicle configuration",
version: env!("CARGO_PKG_VERSION"), version: env!("CARGO_PKG_VERSION"),
usage: r#" usage: r#"
Usage Usage

View File

@ -21,7 +21,7 @@ use crate::terminal::json;
pub const HELP: Help = Help { pub const HELP: Help = Help {
name: "inspect", name: "inspect",
description: "Inspect a radicle repository", description: "Inspect a Radicle repository",
version: env!("CARGO_PKG_VERSION"), version: env!("CARGO_PKG_VERSION"),
usage: r#" usage: r#"
Usage Usage

View File

@ -10,14 +10,14 @@ use crate::terminal::args::{Args, Error, Help};
pub const HELP: Help = Help { pub const HELP: Help = Help {
name: "path", name: "path",
description: "Display the radicle home path", description: "Display the Radicle home path",
version: env!("CARGO_PKG_VERSION"), version: env!("CARGO_PKG_VERSION"),
usage: r#" usage: r#"
Usage Usage
rad path [<option>...] 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 Options