summaryrefslogtreecommitdiff
path: root/sfeed_opml_import.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2013-05-20 20:06:26 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2013-05-20 20:06:26 +0200
commit0063a92c9f04b9b2d9ded8d05448bf2bf877bc57 (patch)
treeb279de9f9172f8423aa68d335477479b58b2ec9a /sfeed_opml_import.c
parentb9cd5fc07be60f69f3b03ec2707389672cb83ca6 (diff)
add basesiteurl, simplify sfeed_update a bit
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
Diffstat (limited to 'sfeed_opml_import.c')
-rw-r--r--sfeed_opml_import.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfeed_opml_import.c b/sfeed_opml_import.c
index 2abc472..187d030 100644
--- a/sfeed_opml_import.c
+++ b/sfeed_opml_import.c
@@ -66,7 +66,7 @@ main(void) {
"\n"
"# list of feeds to fetch:\n"
"feeds() {\n"
- " # feed <name> <url> [encoding]\n", stdout);
+ " # feed <name> <feedurl> <basesiteurl> [encoding]\n", stdout);
xmlparser_parse(&parser);
fputs("}\n", stdout);
return EXIT_SUCCESS;