parallaxinc / PropLoader

Parallax Propeller loader supporting both serial and wifi downloads
MIT License
27 stars 13 forks source link

Update Usage Information #11

Closed PropGit closed 8 years ago

PropGit commented 8 years ago

Request for updating the "usage: proploader" information:

from this:

usage: proploader

to this:

usage: proploader [options] [<file>]

and from this:

         [ -e ]             program eeprom

to this:

         [ -e ]             program eeprom (and halt, unless combined with -r)

and from this:

         [ -r ]             run program after downloading

to this:

         [ -r ]             run program after downloading (useful with -e)
dbetz commented 8 years ago

Done.