Fossil SCM
rss-cli: removed the short-form of -url URL arg because it is not working for reasons beyond my comprehension.
Commit
02781897b3a12f479278abca8e16fe4708c128fe
Parent
e8edc7ca4b9aaeb…
1 file changed
+2
-2
+2
-2
| --- src/rss.c | ||
| +++ src/rss.c | ||
| @@ -227,13 +227,13 @@ | ||
| 227 | 227 | ** |
| 228 | 228 | ** -name FILENAME |
| 229 | 229 | ** filters for a specific file. This may be combined with one of the other |
| 230 | 230 | ** filters (useful for looking at a specific branch). |
| 231 | 231 | ** |
| 232 | -** -url|-U STRING | |
| 232 | +** -url STRING | |
| 233 | 233 | ** Sets the RSS feed's root URL to the given string. The default is |
| 234 | -** "URL-PLACEHOLDER". | |
| 234 | +** "URL-PLACEHOLDER" (without quotes). | |
| 235 | 235 | */ |
| 236 | 236 | void cmd_timeline_rss(void){ |
| 237 | 237 | Stmt q; |
| 238 | 238 | int nLine=0; |
| 239 | 239 | char *zPubDate, *zProjectName, *zProjectDescr, *zFreeProjectName=0; |
| 240 | 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|-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 |