diff options
author | Amine <hilalyamine@gmail.com> | 2019-05-27 20:26:36 +0200 |
---|---|---|
committer | Amine Hilaly <hilalyamine@gmail.com> | 2019-05-29 22:58:01 +0200 |
commit | 5ea0cb138bd4152724afa73909db508e73452fd1 (patch) | |
tree | 94f6eb5668ca2be6f42ca1f49e1b40631477d41b /commands | |
parent | aa439fae06df64883455039accfc81fa479f1a8d (diff) | |
download | git-bug-5ea0cb138bd4152724afa73909db508e73452fd1.tar.gz |
Update documentation and function naming
Co-Authored-By: Michael Muré <batolettre@gmail.com>
Diffstat (limited to 'commands')
-rw-r--r-- | commands/bridge_configure.go | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/commands/bridge_configure.go b/commands/bridge_configure.go index f3f7f66f..711ceb9c 100644 --- a/commands/bridge_configure.go +++ b/commands/bridge_configure.go @@ -108,10 +108,8 @@ var bridgeConfigureCmd = &cobra.Command{ Use: "configure", Short: "Configure a new bridge.", Long: ` Configure a new bridge by passing flags or/and using interactive terminal prompts. You can avoid all the terminal prompts by passing all the necessary flags to configure your bridge. - Repository configuration can be made by passing or the --url flag or the --project and/or --owner flags. If the three flags are provided git-bug will use --project and --owner flags. - Token configuration can be made by passing it in the --token flag or in the terminal prompt. If you don't already have one you can use terminal prompt to login and generate it directly. - For Github and Gitlab bridges, git-bug need a token to export and import issues, comments and editions for public and private repositories. - For Launchpad bridges, git-bug for now supports only public repositories and you only need --project or --url flag to configure it.`, + Repository configuration can be made by passing either the --url flag or the --project and --owner flags. If the three flags are provided git-bug will use --project and --owner flags. + Token configuration can be directly passed with the --token flag or in the terminal prompt. If you don't already have one you can use the interactive procedure to generate one. Example: `# For Github git bug bridge configure \ --name=default \ |