Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
cli: Update `init` help for consistency
Alexis Sellier committed 3 years ago
commit 35f22ba37af1b96499b83566fd69dfe50d4441b9
parent be5c9c9258fe8fb8d283cd9d9a2f8b06d12bfa3e
1 file changed +9 -9
modified radicle-cli/src/commands/init.rs
@@ -28,15 +28,15 @@ Usage

Options

-
    --name               Name of the project
-
    --description        Description of the project
-
    --default-branch     The default branch of the project
-
    --set-upstream, -u   Setup the upstream of the default branch
-
    --setup-signing      Setup the radicle key as a signing key for this repository
-
    --announce           Announce the new project to the network
-
    --no-confirm         Don't ask for confirmation during setup
-
    --verbose, -v        Verbose mode
-
    --help               Print help
+
        --name               Name of the project
+
        --description        Description of the project
+
        --default-branch     The default branch of the project
+
    -u, --set-upstream       Setup the upstream of the default branch
+
        --setup-signing      Setup the radicle key as a signing key for this repository
+
        --announce           Announce the new project to the network
+
        --no-confirm         Don't ask for confirmation during setup
+
    -v, --verbose            Verbose mode
+
        --help               Print help
"#,
};