From a5f00465748b8b74a44b70f2f629a75e492143db Mon Sep 17 00:00:00 2001 From: Shash Reddy Date: Wed, 30 May 2018 16:07:31 -0400 Subject: [PATCH] Remove shortcut for status --- commands/fly.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/fly.go b/commands/fly.go index 492ce4b1301..a881ec785ef 100644 --- a/commands/fly.go +++ b/commands/fly.go @@ -16,7 +16,7 @@ type FlyCommand struct { Login LoginCommand `command:"login" alias:"l" description:"Authenticate with the target"` Logout LogoutCommand `command:"logout" alias:"o" description:"Release authentication with the target"` - Status StatusCommand `command:"status" alias:"st" description:"Login status"` + Status StatusCommand `command:"status" description:"Login status"` Sync SyncCommand `command:"sync" alias:"s" description:"Download and replace the current fly from the target"` Teams TeamsCommand `command:"teams" alias:"t" description:"List the configured teams"`