diff options
Diffstat (limited to 'commands/bridge_token_rm.go')
-rw-r--r-- | commands/bridge_token_rm.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/bridge_token_rm.go b/commands/bridge_token_rm.go index 1f4ca4e8..a73fbb91 100644 --- a/commands/bridge_token_rm.go +++ b/commands/bridge_token_rm.go @@ -24,8 +24,8 @@ func runBridgeTokenRm(cmd *cobra.Command, args []string) error { } var bridgeTokenRmCmd = &cobra.Command{ - Use: "rm", - Short: "Remove token by Id.", + Use: "rm <id>", + Short: "Remove a token.", PreRunE: loadRepo, RunE: runBridgeTokenRm, Args: cobra.ExactArgs(1), |