Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
cli: Fix description of watch command
✗ CI failure cloudhead committed 1 year ago
commit c8c9dd51e33d2c57126c83c47fba9263ef009d99
parent 3b5fac178eaf9bca639fbd0c1df0c68619a7f51f
1 failed (1 total) View logs
1 file changed +2 -2
modified radicle-cli/src/commands/watch.rs
@@ -11,8 +11,8 @@ use crate::terminal as term;
use crate::terminal::args::{Args, Error, Help};

pub const HELP: Help = Help {
-
    name: "wait",
-
    description: "Wait for some state to be updated",
+
    name: "watch",
+
    description: "Watch a Git reference for changes",
    version: env!("RADICLE_VERSION"),
    usage: r#"
Usage