From acf71fceaa0143d1ec666be68a5a08b42815536f Mon Sep 17 00:00:00 2001 From: Zlatan Todoric Date: Thu, 30 Nov 2023 21:43:28 +0100 Subject: [PATCH] cli: Update help output --- radicle-cli/src/commands/clone.rs | 2 +- radicle-cli/src/commands/init.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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