diff options
-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" , "" |