mirror of https://codeberg.org/cage/tinmop/
- updated (and fixed a typo) in manpage.
This commit is contained in:
parent
96cc3b62c4
commit
39e567bd4e
|
@ -74,6 +74,9 @@ Print program version and exit
|
|||
.TP
|
||||
\fB\fC\-F, \-\-fediverse\-account\fP \fP
|
||||
Specify a fediverse user account (format: user-name@server-name)
|
||||
.TP
|
||||
\fB\fC\-Q, \-\-search\-fediverse SEARCH\-FEDIVERSE\-QUERY\fP\fP
|
||||
Search fediverse (see this guide: \fIhttps://markwrites.io/guide-for-using-mastodon-search\fP)
|
||||
.SH "Usage"
|
||||
.PP
|
||||
Users of Tinmop supposed to interact with the social network using a terminal interface (TUI, but starting with version 0.9.9.1414 a GUI for gemini is available See \fIfuzzy:GUI\fP), the terminal screen layout is sketched below:
|
||||
|
@ -1500,7 +1503,7 @@ The program will be compiled in \fCdebug\-mode\fP this means that a lot of diagn
|
|||
.IP \(em 4
|
||||
\fC$HOME/.config/tinmop/main.conf\fP: user configuration (simple format)
|
||||
.IP \(em 4
|
||||
\fC$HOME/.config/tinmop/main.conf\fP: user configuration for GUI (simple format)
|
||||
\fC$HOME/.config/tinmop/gui.conf\fP: user configuration for GUI (simple format)
|
||||
.SH "Privacy"
|
||||
.PP
|
||||
The author of this software collects no user data information with this software.
|
||||
|
|
|
@ -53,6 +53,7 @@
|
|||
+ ~-U, --gemini-gui-client-only~ :: Start the program as A gemini GUI client
|
||||
+ ~-v, --version~ :: Print program version and exit
|
||||
+ ~-F, --fediverse-account~ :: Specify a fediverse user account (format: user-name@server-name)
|
||||
+ ~-Q, --search-fediverse SEARCH-FEDIVERSE-QUERY~ :: Search fediverse (see this guide: https://markwrites.io/guide-for-using-mastodon-search)
|
||||
|
||||
* Usage
|
||||
|
||||
|
@ -758,7 +759,7 @@
|
|||
- ~/etc/tinmop/init.lisp~: system wide configuration
|
||||
- ~$HOME/.config/tinmop/init.lisp~: user configuration
|
||||
- ~$HOME/.config/tinmop/main.conf~: user configuration (simple format)
|
||||
- ~$HOME/.config/tinmop/main.conf~: user configuration for GUI (simple format)
|
||||
- ~$HOME/.config/tinmop/gui.conf~: user configuration for GUI (simple format)
|
||||
|
||||
* Privacy
|
||||
|
||||
|
|
Loading…
Reference in New Issue