Skip to content
Snippets Groups Projects
Commit 97264a37 authored by Alexandre Kaspar's avatar Alexandre Kaspar
Browse files

Fixed mention of --help

parent 3cdbc2e3
No related branches found
No related tags found
No related merge requests found
Pipeline #4523 passed
......@@ -213,7 +213,8 @@ This is important if you are creating your own program, because you need to make
`avrdude` is a tool that allows us to send programs onto avr chips through a programmer interface such as the usbtiny (e.g., [FabTinyISP](http://fab.cba.mit.edu/classes/863.16/doc/projects/ftsmin/index.html)), or an [Atmel ICE](https://www.microchip.com/DevelopmentTools/ProductDetails/ATATMEL-ICE).
Here, the manual of `avrdude` is quite large, so instead, let's start by reading the help summary, which you can typically get by running the command with the argument `-h` or `--help`:
Here, the manual of `avrdude` is quite large, so instead, let's start by reading the help summary, which we get by using the command without argument.
Another typical way to get help summarized is to use the argument `-h` or `--help` (thought it's not the case with `avrdude`, this works with `make` and most GNU tools).
<img src="images/avrdude_h.png" width="600">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment