A little modification in help text; bumped version to 0.5.3
This commit is contained in:
parent
9907b888f8
commit
fa02c8c607
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
$SNAME='GancioF2F';
|
$SNAME='GancioF2F';
|
||||||
$ENAME=strtolower($SNAME);
|
$ENAME=strtolower($SNAME);
|
||||||
$SVERS='0.5.2';
|
$SVERS='0.5.3';
|
||||||
|
|
||||||
require __DIR__.'/lib/ckmkeys.php';
|
require __DIR__.'/lib/ckmkeys.php';
|
||||||
require __DIR__.'/lib/gettlds.php';
|
require __DIR__.'/lib/gettlds.php';
|
||||||
|
@ -35,7 +35,7 @@ $help=
|
||||||
|
|
||||||
[[[ DESCRIPTION ]]]
|
[[[ DESCRIPTION ]]]
|
||||||
|
|
||||||
This is {$SNAME} v{$SVERS} («GancioFeed2Fedi»), a CLI PHP script that can
|
This is {$SNAME} («GancioFeed2Fedi») v{$SVERS}, a CLI PHP script that can
|
||||||
be used to periodically fetch the JSON feed from an instance of Gancio
|
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
|
(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
|
Fediverse through a Mastodon account, recording into a state file a reference
|
||||||
|
|
Loading…
Reference in a new issue