diff options
author | Joris Guyonvarch | 2015-04-19 12:19:43 +0200 |
---|---|---|
committer | Joris Guyonvarch | 2015-04-19 12:19:43 +0200 |
commit | d183a8bf367135418d298fec8e060a3adb966e86 (patch) | |
tree | 10bb086687ef11c44a80cb0448778223dcba86f4 | |
parent | 78048fcbc81521d145b79b4b47761a8b698d7ff7 (diff) |
Adding comment information on both readme and config usage
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | src/Config.hs | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -22,6 +22,8 @@ in the configuration file (conf), the properties you want to get from the detail page: ``` +# Lines beginning with '#' are ignored" + # The url field is required url = http://www.leboncoin.fr/locations/offres/ile_de_france/?f=a&th=1 diff --git a/src/Config.hs b/src/Config.hs index 98e2c9a..e4b2bc6 100644 --- a/src/Config.hs +++ b/src/Config.hs @@ -40,6 +40,8 @@ configUsage = , "" , " Example:" , "" + , " # Lines beginning with '#' are ignored" + , "" , " # The url field is required" , " url = http://www.leboncoin.fr/locations/offres/ile_de_france/?f=a&th=1" , "" |