diff options
author | onefang | 2019-06-25 15:34:54 +1000 |
---|---|---|
committer | onefang | 2019-06-25 15:34:54 +1000 |
commit | ff0c3fbe1f3c90b5f9eea8f5b5d24afbfdfba7d4 (patch) | |
tree | 4a9f4431609d79bfc1b18bb0e57d5f5d70d9be51 | |
parent | Some clean ups. (diff) | |
download | apt-panopticon-ff0c3fbe1f3c90b5f9eea8f5b5d24afbfdfba7d4.zip apt-panopticon-ff0c3fbe1f3c90b5f9eea8f5b5d24afbfdfba7d4.tar.gz apt-panopticon-ff0c3fbe1f3c90b5f9eea8f5b5d24afbfdfba7d4.tar.bz2 apt-panopticon-ff0c3fbe1f3c90b5f9eea8f5b5d24afbfdfba7d4.tar.xz |
Hopefully the last of the README tweaks.
-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 |