diff options
Diffstat (limited to 'commands/bridge_push.go')
-rw-r--r-- | commands/bridge_push.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/bridge_push.go b/commands/bridge_push.go index 7061a5ca..64e3ff4b 100644 --- a/commands/bridge_push.go +++ b/commands/bridge_push.go @@ -17,7 +17,7 @@ func newBridgePushCommand() *cobra.Command { env := newEnv() cmd := &cobra.Command{ - Use: "push [<name>]", + Use: "push [NAME]", Short: "Push updates.", PreRunE: loadBackendEnsureUser(env), PostRunE: closeBackend(env), |