Updated to help text as in commit 980f742
This commit is contained in:
parent
d7e217c0c9
commit
97964f8237
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ ganciof2f [options] <configuration file path>
|
|||
|
||||
[[[ DESCRIPTION ]]]
|
||||
|
||||
This is GancioF2F v0.5.1 («GancioFeed2Fedi»), a CLI PHP script that can
|
||||
This is GancioF2F v0.5.2 («GancioFeed2Fedi»), a CLI PHP script that can
|
||||
be used to periodically fetch the JSON feed from an instance of Gancio
|
||||
(https://gancio.org) and post its new or changed events announcements on the
|
||||
Fediverse through a Mastodon account, recording into a state file a reference
|
||||
|
@ -56,7 +56,7 @@ fedi_token = w6oQ_Ot2LSAm_Q31hrvp0asfl22ip3O4ipYq1kV1ceY
|
|||
# «state_file_absolute_path» is required to specify the absolute path of the
|
||||
# state file where GancioF2F will store the references to already posted
|
||||
# announcements (on every run, GancioF2F will check this file for entries older
|
||||
# than one year and discard them, to avoid the state file to grow too much).
|
||||
# than 3 years and discard them, to avoid the state file to grow too much).
|
||||
# For example:
|
||||
state_file_absolute_path = /var/local/cache/ganciof2f/gancio.some.domain.state
|
||||
|
||||
|
|
Loading…
Reference in a new issue