cli: Update help output
This commit is contained in:
parent
428fa0b0f2
commit
acf71fceaa
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue