summaryrefslogtreecommitdiff
path: root/sfeed_opml_import.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2015-08-22 16:52:46 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2015-08-22 16:52:46 +0200
commit9d4e3c762f0742f26d458e84f51559821aecc452 (patch)
tree696a935e323371454e375223e497e31aeebafad3 /sfeed_opml_import.c
parentfc39aa9d24d4481189facf0f6197b0e1795716fa (diff)
sfeed_update: simplify path (only $sfeedpath now)
Diffstat (limited to 'sfeed_opml_import.c')
-rw-r--r--sfeed_opml_import.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sfeed_opml_import.c b/sfeed_opml_import.c
index a2e2082..248d4c2 100644
--- a/sfeed_opml_import.c
+++ b/sfeed_opml_import.c
@@ -90,10 +90,7 @@ main(void)
parser.xmltagend = xml_handler_end_element;
fputs(
- "# paths\n"
- "# NOTE: make sure to uncomment all these if you change it.\n"
- "#sfeedpath=\"$HOME/.sfeed\"\n"
- "#sfeeddir=\"${sfeedpath}/feeds\"\n"
+ "#sfeedpath=\"$HOME/.sfeed/feeds\"\n"
"\n"
"# list of feeds to fetch:\n"
"feeds() {\n"