From cecbb110ca8cd4124ae24f359548c14abf37597b Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 20 Jul 2013 13:01:53 +0000 Subject: fixed typos and wording git-svn-id: https://svn.spreadspace.org/pic/trunk@87 a09c6847-51d9-44de-8ef2-e725cf50f3c7 --- bootloader/downloader.py | 10 +++++----- 1 file 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. -- cgit v1.2.3