diff options
author | Amine <hilalyamine@gmail.com> | 2019-05-26 12:35:53 +0200 |
---|---|---|
committer | Amine Hilaly <hilalyamine@gmail.com> | 2019-05-29 22:58:01 +0200 |
commit | 1022b9e5364c7f4bb8e38363b3760a3e48813047 (patch) | |
tree | 45adb2b990c15a6d7caa97ed81df303879edbd99 /bridge/launchpad/config.go | |
parent | 43758a14fdd42ec9b25f1fe291ec774ed67cf34e (diff) | |
download | git-bug-1022b9e5364c7f4bb8e38363b3760a3e48813047.tar.gz |
Update flags descriptions
Enhance printing in prompt
Co-Authored-By: Michael Muré <batolettre@gmail.com>
Diffstat (limited to 'bridge/launchpad/config.go')
-rw-r--r-- | bridge/launchpad/config.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bridge/launchpad/config.go b/bridge/launchpad/config.go index 6b299a9a..c5f72c01 100644 --- a/bridge/launchpad/config.go +++ b/bridge/launchpad/config.go @@ -20,10 +20,10 @@ var ( func (*Launchpad) Configure(repo repository.RepoCommon, params core.BridgeParams) (core.Configuration, error) { if params.Token != "" { - fmt.Println("warn: token is not needed to configure a launchpad-preview bridge") + fmt.Println("warning: --token is ineffective for a Launchpad bridge") } if params.Owner != "" { - fmt.Println("warn: owner is not used when configuring a launchpad-preview bridge") + fmt.Println("warning: --owner is ineffective for a Launchpad bridge") } conf := make(core.Configuration) |