Fossil SCM

rss-cli: removed the short-form of -url URL arg because it is not working for reasons beyond my comprehension.

stephan 2014-01-21 17:43 UTC rss-cli
Commit 02781897b3a12f479278abca8e16fe4708c128fe
1 file changed +2 -2
+2 -2
--- src/rss.c
+++ src/rss.c
@@ -227,13 +227,13 @@
227227
**
228228
** -name FILENAME
229229
** filters for a specific file. This may be combined with one of the other
230230
** filters (useful for looking at a specific branch).
231231
**
232
-** -url|-U STRING
232
+** -url STRING
233233
** Sets the RSS feed's root URL to the given string. The default is
234
-** "URL-PLACEHOLDER".
234
+** "URL-PLACEHOLDER" (without quotes).
235235
*/
236236
void cmd_timeline_rss(void){
237237
Stmt q;
238238
int nLine=0;
239239
char *zPubDate, *zProjectName, *zProjectDescr, *zFreeProjectName=0;
240240
--- src/rss.c
+++ src/rss.c
@@ -227,13 +227,13 @@
227 **
228 ** -name FILENAME
229 ** filters for a specific file. This may be combined with one of the other
230 ** filters (useful for looking at a specific branch).
231 **
232 ** -url|-U STRING
233 ** Sets the RSS feed's root URL to the given string. The default is
234 ** "URL-PLACEHOLDER".
235 */
236 void cmd_timeline_rss(void){
237 Stmt q;
238 int nLine=0;
239 char *zPubDate, *zProjectName, *zProjectDescr, *zFreeProjectName=0;
240
--- src/rss.c
+++ src/rss.c
@@ -227,13 +227,13 @@
227 **
228 ** -name FILENAME
229 ** filters for a specific file. This may be combined with one of the other
230 ** filters (useful for looking at a specific branch).
231 **
232 ** -url STRING
233 ** Sets the RSS feed's root URL to the given string. The default is
234 ** "URL-PLACEHOLDER" (without quotes).
235 */
236 void cmd_timeline_rss(void){
237 Stmt q;
238 int nLine=0;
239 char *zPubDate, *zProjectName, *zProjectDescr, *zFreeProjectName=0;
240

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button