aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--src/Config.hs2
2 files changed, 4 insertions, 0 deletions
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"
, ""