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 /src | |
parent | 78048fcbc81521d145b79b4b47761a8b698d7ff7 (diff) |
Adding comment information on both readme and config usage
Diffstat (limited to 'src')
-rw-r--r-- | src/Config.hs | 2 |
1 files changed, 2 insertions, 0 deletions
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" , "" |