cli: Update `init` help for consistency

This commit is contained in:
Alexis Sellier 2023-03-06 14:45:31 +01:00
parent be5c9c9258
commit 35f22ba37a
No known key found for this signature in database
1 changed files with 9 additions and 9 deletions

View File

@ -28,15 +28,15 @@ Usage
Options Options
--name Name of the project --name Name of the project
--description Description of the project --description Description of the project
--default-branch The default branch of the project --default-branch The default branch of the project
--set-upstream, -u Setup the upstream of the default branch -u, --set-upstream Setup the upstream of the default branch
--setup-signing Setup the radicle key as a signing key for this repository --setup-signing Setup the radicle key as a signing key for this repository
--announce Announce the new project to the network --announce Announce the new project to the network
--no-confirm Don't ask for confirmation during setup --no-confirm Don't ask for confirmation during setup
--verbose, -v Verbose mode -v, --verbose Verbose mode
--help Print help --help Print help
"#, "#,
}; };