cli icon indicating copy to clipboard operation
cli copied to clipboard

Description of `auth` command is incorrect

Open rajiv opened this issue 2 years ago • 0 comments

When running heroku help, the description of the auth command is incorrect.

rajiv@XXXXX ~ $ heroku help
CLI to interact with Heroku

VERSION
  heroku/7.60.2 darwin-x64 node-v14.19.0

USAGE
  $ heroku [COMMAND]

COMMANDS
  access          manage user access to apps
  addons          tools and services for developing, extending, and operating your app
  apps            manage apps on Heroku
  auth            check 2fa status
...

The auth command does whole lot more than just "check 2fa status".

Thanks

rajiv avatar May 04 '22 23:05 rajiv