summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2013-07-20 13:01:53 +0000
committerChristian Pointner <equinox@spreadspace.org>2013-07-20 13:01:53 +0000
commitcecbb110ca8cd4124ae24f359548c14abf37597b (patch)
tree12ffaf23a1d7edbbf6929a5f0eb4fa11ba556503
parentadded spi send - still to long (but only 1 word) (diff)
fixed typos and wording
git-svn-id: https://svn.spreadspace.org/pic/trunk@87 a09c6847-51d9-44de-8ef2-e725cf50f3c7
-rwxr-xr-xbootloader/downloader.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/bootloader/downloader.py b/bootloader/downloader.py
index 3d93000..cff9865 100755
--- a/bootloader/downloader.py
+++ b/bootloader/downloader.py
@@ -331,16 +331,16 @@ if __name__ == '__main__':
Usage:
python downloader.py [options] command [ command2 [ .. ] ]
- You can supply as many commands as you wish. Any command except boot
+ You can supply as many commands as you wish. Any command except 'boot'
may be supplied more than once. The commands will be executed in the
- order of appearence in the command line.
+ order of appearence at command line.
Mind that all commands after 'boot' will be ignored because the bootloader
- is no longer reachable. The same may be true after a reset, in which case
- depending on the state of BOOTPIN the user code may get started.
+ is no longer reachable. The same may be true after a reset in which case,
+ depending on the state of BOOTPIN, the user code may get started.
If verify detects an error the downloader will exit with '-1' immediatly and
the remaining commands will get ignored.
If you don't specify any command the downloader will connect to the
- bootloader print some info and exit.
+ bootloader print some information and exit.
Options:
-h, --help this help message.