aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authoronefang2019-06-25 15:34:54 +1000
committeronefang2019-06-25 15:34:54 +1000
commitff0c3fbe1f3c90b5f9eea8f5b5d24afbfdfba7d4 (patch)
tree4a9f4431609d79bfc1b18bb0e57d5f5d70d9be51 /README.md
parentSome clean ups. (diff)
downloadapt-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.
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index d7952c1..48ae50f 100644
--- a/README.md
+++ b/README.md
@@ -38,9 +38,9 @@ Using it.
38--------- 38---------
39 39
40These examples assume you are running it from the source code directory. 40These examples assume you are running it from the source code directory.
41A directory will be created called results, it'll be full of log files 41A directory will be created called `results`, it'll be full of log files
42and any files that get downloaded. There will also be results/email and 42and any files that get downloaded. There will also be `results/email` and
43results/web directories, with the notification email and web pages with 43`results/web` directories, with the notification email and web pages with
44the easy to read emails (once I write that bit). 44the easy to read emails (once I write that bit).
45 45
46Note that unlike typical commands, you can't run single character options 46Note 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
63If you want to see warnings as well (as usual, the more -v options, the more 63If you want to see warnings as well (as usual, the more `-v` options, the more
64details) - 64details) -
65 65
66 $ ./mirror-checker.lua -v 66 $ ./mirror-checker.lua -v
67 67
68Or use the usual options for the help and version number - 68Or 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