aboutsummaryrefslogtreecommitdiffstats
path: root/commands/bridge_token_rm.go
diff options
context:
space:
mode:
authoramine <hilalyamine@gmail.com>2019-10-24 20:16:51 +0200
committeramine <hilalyamine@gmail.com>2019-11-09 13:26:52 +0100
commitbaefa687b582632cd9cc21b945bc074c833f5389 (patch)
treeae2d8a8e918409a0db7d6949177df3660745b09d /commands/bridge_token_rm.go
parent3984919a3df95b8ec203bcb82b66c9c2270579c7 (diff)
downloadgit-bug-baefa687b582632cd9cc21b945bc074c833f5389.tar.gz
tokens: use a hash as token identifier instead of the token it self
Diffstat (limited to 'commands/bridge_token_rm.go')
-rw-r--r--commands/bridge_token_rm.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/bridge_token_rm.go b/commands/bridge_token_rm.go
index 7fd79126..29fdb4f2 100644
--- a/commands/bridge_token_rm.go
+++ b/commands/bridge_token_rm.go
@@ -18,7 +18,7 @@ func runBridgeTokenRm(cmd *cobra.Command, args []string) error {
var bridgeTokenRmCmd = &cobra.Command{
Use: "rm",
- Short: "Configure and use bridge tokens.",
+ Short: "Remove token by Id.",
PreRunE: loadRepo,
RunE: runBridgeTokenRm,
Args: cobra.ExactArgs(1),