TheThingsArchive / ttn

The Things Network Stack V2
https://www.thethingsnetwork.org
MIT License
461 stars 277 forks source link

Change CLI help message for adding gateway collaborators #730

Closed KrishnaIyer closed 3 years ago

KrishnaIyer commented 6 years ago

This is a cosmetic bug report. for ttnctl.

What do you want to do?

Add a collaborator to a gateway using the CLI.

What steps did you take?

$ ttnctl gateways collaborators add --help (Not the best methods to get help i agree)

What went wrong or what is missing?

Usage:
  ttnctl gateways collaborators add [AppID] [Username] [Rights...] [flags]

The description must say [GatewayID] instead of [AppID]. Though this is sort of obvious, it might confuse new users.

Do you have Screenshots?

screen shot 2018-07-18 at 11 54 30 am

What kind of OS/Browser/Gateway are you using? Which version?

This is applicable to all.

What are the IDs and EUIs of your Device/Gateway? (if applicable)

NA

What do your configuration files look like?

NA

What do your log files look like?

NA

Can you fix this yourself and submit a pull request?

Yes.

htdvisser commented 3 years ago

This is not going to get implemented in V2 anymore.