Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
cli: Fix help of the fork command
Michail Zampetakis committed 2 years ago
commit 75139a6f0279a2d282ff9ccfa3309286ce9658e9
parent d335e1f3a5a9e5e47eec76a0155304c7b80fcac6
1 file changed +1 -1
modified radicle-cli/src/commands/fork.rs
@@ -11,7 +11,7 @@ use crate::terminal::args;
use crate::terminal::args::{Args, Error, Help};

pub const HELP: Help = Help {
-
    name: "ls",
+
    name: "fork",
    description: "Create a fork of a project",
    version: env!("CARGO_PKG_VERSION"),
    usage: r#"