summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.