Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
cli: Fix capitalization of "Radicle"
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhead committed Jan 29, 2024
1 parent 3ff1ddd commit e58419a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion radicle-cli/src/commands/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion radicle-cli/src/commands/inspect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions radicle-cli/src/commands/path.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e58419a

Please sign in to comment.