diff --git a/radicle-cli/src/commands/clone.rs b/radicle-cli/src/commands/clone.rs index 8e5bb00a..7b72c0de 100644 --- a/radicle-cli/src/commands/clone.rs +++ b/radicle-cli/src/commands/clone.rs @@ -45,7 +45,7 @@ Usage Options - --scope Follow scope (default: all) + --scope Follow scope: `followed` or `all` (default: all) -s, --seed Clone from this seed (may be specified multiple times) --timeout Timeout for fetching repository (default: 9) --help Print help diff --git a/radicle-cli/src/commands/init.rs b/radicle-cli/src/commands/init.rs index 1f2704c6..0a996777 100644 --- a/radicle-cli/src/commands/init.rs +++ b/radicle-cli/src/commands/init.rs @@ -40,7 +40,7 @@ Options --name Name of the repository --description Description of the repository --default-branch The default branch of the repository - --scope Repository follow scope (default: all) + --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