Update article-added dates correctly when "currentonly true" is used
(reported by Rick van Rein).
+Clarify description of -c in README and man page (reported by Rick van
+Rein).
+
- rawdog 2.3
Make the id= parameter work correctly (patch from Jon Nelson).
"--config FILE" (or "-c FILE"), where FILE is an absolute path or a path
relative to your .rawdog directory: Read FILE as an additional config
-file; any options provided in FILE will override those set in the
-default config (with the exception of "feed", which is cumulative).
-This is useful if you want rawdog to write two different output files
-with different sets of options ("rawdog -u -w -c config2 -w" will first
-update and write with the default config, then read config2, then write
-again).
+file; any options provided in FILE will override those already set in
+the main config file (with the exception of "feed", which is
+cumulative). Note that $HOME/.rawdog/config will still be read first
+even if you specify this option. This is useful if you want rawdog to
+write two different output files with different sets of options ("rawdog
+-u -w -c config2 -w" will first update and write with the main config
+file, then read config2, then write again).
"--show-template" (or "-t"): Print the template currently in use to
stdout. This is useful as a starting point if you want to modify your
.I FILE
as an additional config file; any options provided in
.I FILE
-will override those set in the default config (with the exception of
+will override those set in the main config file (with the exception of
"feed", which is cumulative).
.I FILE
may be an absolute path or a path relative to your .rawdog directory.
+Note that $HOME/.rawdog/config will still be read first even if you
+specify this option.
.TP
.B \-t, \ \-\-show\-template
Print the template currently in use to stdout.