mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 21:22:40 +00:00
Fix errors in CLI documentation
This commit is contained in:
parent
97d1de46f8
commit
e8ed716ae6
1 changed files with 8 additions and 8 deletions
16
lib/CLI.php
16
lib/CLI.php
|
@ -152,7 +152,7 @@ Commands:
|
||||||
|
|
||||||
User metadata:
|
User metadata:
|
||||||
|
|
||||||
User metadata is primary used by the Miniflux protocol, and most
|
User metadata are primarily used by the Miniflux protocol, and most
|
||||||
properties have identical or similar names to those used by Miniflux.
|
properties have identical or similar names to those used by Miniflux.
|
||||||
Properties may also affect other protocols, or conversely may have no
|
Properties may also affect other protocols, or conversely may have no
|
||||||
effect even when using the Miniflux protocol; this is noted below when
|
effect even when using the Miniflux protocol; this is noted below when
|
||||||
|
@ -173,7 +173,7 @@ User metadata:
|
||||||
String. The preferred language of the user, as a BCP 47 language tag
|
String. The preferred language of the user, as a BCP 47 language tag
|
||||||
e.g. "en-ca". Note that since The Arsse currently only includes
|
e.g. "en-ca". Note that since The Arsse currently only includes
|
||||||
English text it is not used by The Arsse itself, but clients may
|
English text it is not used by The Arsse itself, but clients may
|
||||||
use this metadata in protocols which expose it.
|
use this metadatum in protocols which expose it.
|
||||||
tz
|
tz
|
||||||
String. The time zone of the user, as a tzdata identifier e.g.
|
String. The time zone of the user, as a tzdata identifier e.g.
|
||||||
"America/Los_Angeles".
|
"America/Los_Angeles".
|
||||||
|
@ -187,19 +187,19 @@ User metadata:
|
||||||
explicit.
|
explicit.
|
||||||
theme
|
theme
|
||||||
String. The user's preferred theme. This is not used by The Arsse
|
String. The user's preferred theme. This is not used by The Arsse
|
||||||
itself, but clients may use this metadata in protocols which expose
|
itself, but clients may use this metadatum in protocols which expose
|
||||||
it.
|
it.
|
||||||
page_size
|
page_size
|
||||||
Integer. The user's preferred pge size when listing articles. This is
|
Integer. The user's preferred page size when listing articles. This is
|
||||||
not used by The Arsse itself, but clients may use this metadata in
|
not used by The Arsse itself, but clients may use this metadatum in
|
||||||
protocols which expose it.
|
protocols which expose it.
|
||||||
shortcuts
|
shortcuts
|
||||||
Boolean. Whether to enable keyboard shortcuts. This is not used by
|
Boolean. Whether to enable keyboard shortcuts. This is not used by
|
||||||
The Arsse itself, but clients may use this metadata in protocols which
|
The Arsse itself, but clients may use this metadatum in protocols which
|
||||||
expose it.
|
expose it.
|
||||||
gestures
|
gestures
|
||||||
Boolean. Whether to enable touch gestures. This is not used by
|
Boolean. Whether to enable touch gestures. This is not used by
|
||||||
The Arsse itself, but clients may use this metadata in protocols which
|
The Arsse itself, but clients may use this metadatum in protocols which
|
||||||
expose it.
|
expose it.
|
||||||
reading_time
|
reading_time
|
||||||
Boolean. Whether to calculate and display the estimated reading time
|
Boolean. Whether to calculate and display the estimated reading time
|
||||||
|
@ -207,7 +207,7 @@ User metadata:
|
||||||
changing this will likely have no effect.
|
changing this will likely have no effect.
|
||||||
stylesheet
|
stylesheet
|
||||||
String. A user CSS stylesheet. This is not used by The Arsse itself,
|
String. A user CSS stylesheet. This is not used by The Arsse itself,
|
||||||
but clients may use this metadata in protocols which expose it.
|
but clients may use this metadatum in protocols which expose it.
|
||||||
USAGE_TEXT;
|
USAGE_TEXT;
|
||||||
|
|
||||||
protected function usage($prog): string {
|
protected function usage($prog): string {
|
||||||
|
|
Loading…
Reference in a new issue