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 {
|
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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue