diff options
| author | John Whittington <john.whittington@cruxproductdesign.com> | 2017-10-06 10:32:17 +0100 |
|---|---|---|
| committer | John Whittington <john.whittington@cruxproductdesign.com> | 2017-10-06 10:32:17 +0100 |
| commit | 55c149fb0352a56b57fce98c706a0a23f743a66b (patch) | |
| tree | 05d5f214fa9bf68f6e2d025553e1d36ce1a1a224 /bin/ardmk-init | |
| parent | b8f5eaa816daeaa49340e989376c8d5d08325047 (diff) | |
Add ardmk-init manpage and correct typos
Diffstat (limited to 'bin/ardmk-init')
| -rwxr-xr-x | bin/ardmk-init | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ardmk-init b/bin/ardmk-init index ec1f3b8..bf932d5 100755 --- a/bin/ardmk-init +++ b/bin/ardmk-init @@ -2,7 +2,7 @@ """ Arduino-mk Makefile and project initialiser -This script can be used in it's basic form create a project specific Makefile +This script can be used in its basic form create a project specific Makefile for use with Arduino-mk. Addionally, it can be used to create a template Arduino source file and a traditional boilerplate project file structure. @@ -46,7 +46,7 @@ PARSER.add_argument('-v', '--verbose', action='store_true', PARSER.add_argument('-d', '--directory', default=os.getcwd(), help='directory to run generator') PARSER.add_argument('-b', '--board', default='uno', help='board tag') PARSER.add_argument('-u', '--micro', default='AUTO', help='microcontroller on board') -PARSER.add_argument('-f', '--freq', default='AUTO', help='mlock frequency') +PARSER.add_argument('-f', '--freq', default='AUTO', help='clock frequency') PARSER.add_argument('-p', '--port', default='AUTO', help='monitor port') PARSER.add_argument('-n', '--name', default=os.path.basename(os.getcwd()), help='project name') PARSER.add_argument('-q', '--quiet', action='store_true', help='run quiet without user prompts') |
