Skip to content

Commit

Permalink
Remove shortcut for status
Browse files Browse the repository at this point in the history
  • Loading branch information
Shash Reddy committed May 30, 2018
1 parent abf547a commit a5f0046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/fly.go
Expand Up @@ -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"`
Expand Down

0 comments on commit a5f0046

Please sign in to comment.