cli: Fix capitalization of "Radicle"
This commit is contained in:
parent
3ff1ddd5e3
commit
e58419a9b0
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue