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

Commit

Permalink
cli: Add inbox to help output
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhead committed Mar 26, 2024
1 parent 9cdf0aa commit f01aac8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion radicle-cli/src/commands/clean.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use crate::terminal::args::{Args, Error, Help};

pub const HELP: Help = Help {
name: "clean",
description: "Clean a repository",
description: "Remove all remotes from a repository",
version: env!("RADICLE_VERSION"),
usage: r#"
Usage
Expand Down
1 change: 1 addition & 0 deletions radicle-cli/src/commands/help.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const COMMANDS: &[Help] = &[
rad_help::HELP,
rad_id::HELP,
rad_init::HELP,
rad_inbox::HELP,
rad_inspect::HELP,
rad_issue::HELP,
rad_ls::HELP,
Expand Down
2 changes: 1 addition & 1 deletion radicle-cli/src/commands/inbox.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use crate::terminal::args::{Args, Error, Help};

pub const HELP: Help = Help {
name: "inbox",
description: "Manage your Radicle notifications inbox",
description: "Manage your Radicle notifications",
version: env!("RADICLE_VERSION"),
usage: r#"
Usage
Expand Down
2 changes: 1 addition & 1 deletion radicle-cli/src/commands/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ use crate::terminal::Interactive;

pub const HELP: Help = Help {
name: "init",
description: "Initialize Radicle repositories",
description: "Initialize a Radicle repository",
version: env!("RADICLE_VERSION"),
usage: r#"
Usage
Expand Down

0 comments on commit f01aac8

Please sign in to comment.