diff options
| author | nytpu <alex@nytpu.com> | 2021-05-19 08:07:47 -0600 |
|---|---|---|
| committer | nytpu <alex@nytpu.com> | 2021-05-19 08:07:47 -0600 |
| commit | 83de5144f3b35ddd062eb27678a4113110e5e48d (patch) | |
| tree | 055acee096d1bc483cc57bac4138482da14a432b /doc/comitium.1.scd | |
| parent | c5b47f15465cfbd0d7e02008374a5e78a6c51d51 (diff) | |
document new history functions
Diffstat (limited to 'doc/comitium.1.scd')
| -rw-r--r-- | doc/comitium.1.scd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/comitium.1.scd b/doc/comitium.1.scd index b4b6308..c3814a5 100644 --- a/doc/comitium.1.scd +++ b/doc/comitium.1.scd @@ -67,6 +67,11 @@ command-specific flags that are not universally recognized. <https://git.nytpu.com/comitium/about/doc/translating.md> for available options. Defaults to en-US. +*-h* _DAYS_, *--history* _DAYS_ + The number of days of articles to display on *feed.gmi*. For instance, if + it's set to 7 then only the past week of posts will be displayed or kept in + comitium.json. Defaults to 31. + ## REFRESH FLAGS *-n* _NUM_, *--num-workers* _NUM_ @@ -98,6 +103,10 @@ command-specific flags that are not universally recognized. *COMITIUM_DATA* Set the data directory. Equivalent to the *--data* flag. +*COMITIUM_HISTORY* + How many days should be included on *feed.gmi*. Equivalent to the + *--history* flag. + *LANG* Set the language comitium will output. |
