aboutsummaryrefslogtreecommitdiffstats
path: root/commands/bridge_auth_rm.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/bridge_auth_rm.go')
-rw-r--r--commands/bridge_auth_rm.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/bridge_auth_rm.go b/commands/bridge_auth_rm.go
index b2a44e92..fa73ad11 100644
--- a/commands/bridge_auth_rm.go
+++ b/commands/bridge_auth_rm.go
@@ -10,7 +10,7 @@ func newBridgeAuthRm() *cobra.Command {
env := newEnv()
cmd := &cobra.Command{
- Use: "rm <id>",
+ Use: "rm ID",
Short: "Remove a credential.",
PreRunE: loadRepo(env),
RunE: func(cmd *cobra.Command, args []string) error {