cli: Update help output

This commit is contained in:
Zlatan Todoric 2023-11-30 21:43:28 +01:00 committed by cloudhead
parent 428fa0b0f2
commit acf71fceaa
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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