balena-io / balena-cli

The official balena CLI tool.
Apache License 2.0
452 stars 137 forks source link

Consistency in help regarding device names #464

Open imrehg opened 7 years ago

imrehg commented 7 years ago

Seen some mixing and matching of device types in the help, and would be good to consolidate them. An example from resin os download --help:

Examples:
    $ resin os download raspberrypi3 -o ../foo/bar/raspberry-pi.img
    $ resin os download raspberrypi3 -o ../foo/bar/raspberry-pi.img --version 1.24.1
...

Should this rather be

Examples:
    $ resin os download raspberrypi3 -o ../foo/bar/raspberrypi3.img
    $ resin os download raspberrypi3 -o ../foo/bar/raspberrypi3.img --version 1.24.1
...

to not miss raspberrypi3 and raspberry-pi, the latter already being its own device type too?

There are probably other help items with similar mismatch, will look more.

pdcastro commented 5 years ago

Related to #357