From d183a8bf367135418d298fec8e060a3adb966e86 Mon Sep 17 00:00:00 2001 From: Joris Guyonvarch Date: Sun, 19 Apr 2015 12:19:43 +0200 Subject: Adding comment information on both readme and config usage --- README.md | 2 ++ src/Config.hs | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 5be7473..6bc9112 100644 --- a/README.md +++ b/README.md @@ -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" , "" -- cgit v1.2.3