diff options
| -rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
| @@ -38,9 +38,9 @@ Using it. | |||
| 38 | --------- | 38 | --------- |
| 39 | 39 | ||
| 40 | These examples assume you are running it from the source code directory. | 40 | These examples assume you are running it from the source code directory. |
| 41 | A directory will be created called results, it'll be full of log files | 41 | A directory will be created called `results`, it'll be full of log files |
| 42 | and any files that get downloaded. There will also be results/email and | 42 | and any files that get downloaded. There will also be `results/email` and |
| 43 | results/web directories, with the notification email and web pages with | 43 | `results/web` directories, with the notification email and web pages with |
| 44 | the easy to read emails (once I write that bit). | 44 | the easy to read emails (once I write that bit). |
| 45 | 45 | ||
| 46 | Note that unlike typical commands, you can't run single character options | 46 | Note that unlike typical commands, you can't run single character options |
| @@ -60,12 +60,12 @@ Which will print any errors. If you don't want to see errors - | |||
| 60 | 60 | ||
| 61 | $ ./mirror-checker.lua -q | 61 | $ ./mirror-checker.lua -q |
| 62 | 62 | ||
| 63 | If you want to see warnings as well (as usual, the more -v options, the more | 63 | If you want to see warnings as well (as usual, the more `-v` options, the more |
| 64 | details) - | 64 | details) - |
| 65 | 65 | ||
| 66 | $ ./mirror-checker.lua -v | 66 | $ ./mirror-checker.lua -v |
| 67 | 67 | ||
| 68 | Or use the usual options for the help and version number - | 68 | Or use the usual options for the help and version number (not written yet) - |
| 69 | 69 | ||
| 70 | $ ./mirror-checker.lua -h | 70 | $ ./mirror-checker.lua -h |
| 71 | $ ./mirror-checker.lua --help | 71 | $ ./mirror-checker.lua --help |
