Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
cli: Update help output
Zlatan Todoric committed 2 years ago
commit acf71fceaa0143d1ec666be68a5a08b42815536f
parent 428fa0b0f24abbadfa645999319b85f9fa160ab3
2 files changed +2 -2
modified radicle-cli/src/commands/clone.rs
@@ -45,7 +45,7 @@ Usage

Options

-
        --scope <scope>     Follow scope (default: all)
+
        --scope <scope>     Follow scope: `followed` or `all` (default: all)
    -s, --seed <nid>        Clone from this seed (may be specified multiple times)
        --timeout <secs>    Timeout for fetching repository (default: 9)
        --help              Print help
modified radicle-cli/src/commands/init.rs
@@ -40,7 +40,7 @@ Options
        --name <string>            Name of the repository
        --description <string>     Description of the repository
        --default-branch <name>    The default branch of the repository
-
        --scope <scope>            Repository follow scope (default: all)
+
        --scope <scope>            Repository follow scope: `followed` or `all` (default: all)
        --private                  Set repository visibility to *private*
        --public                   Set repository visibility to *public*
    -u, --set-upstream             Setup the upstream of the default branch