1
0
Fork 0

Compare commits

..

No commits in common. "8f4eed668de2135086b687c74bf741d9c0940137" and "a118ce13de225c2828d09cf1fbbf219a385151ad" have entirely different histories.

3 changed files with 0 additions and 13 deletions

View File

@ -80,9 +80,6 @@ Start as gemini gui server only
.TP
\fB-v, --version \fP
Print program version and exit
.TP
\fB--fediverse-account \fP
Specify a fediverse user account (format: user-name@server-name)
.SH "Usage"
.PP
@ -411,9 +408,6 @@ gemini-search
\fB> \fP
open-net-address
.TP
\fB@ \fP
switch-fediverse-account
.TP
\fB? \fP
print-quick-help
.TP
@ -570,9 +564,6 @@ change-visibility
.SS "Thread window"
.TP
\fB^ \fP
thread-go-to-parent-post
.TP
\fB/ b \fP
thread-search-next-message-body
.TP

View File

@ -47,7 +47,6 @@
+ -U, --gemini-gui-client-only :: Start the program as A gemini GUI client
+ -S, --gemini-gui-server-only :: Start as gemini gui server only
+ -v, --version :: Print program version and exit
+ -F, --fediverse-account :: Specify a fediverse user account (format: user-name@server-name)
* Usage
@ -286,7 +285,6 @@
- ! :: gemini-search
- > :: open-net-address
- @ :: switch-fediverse-account
- ? :: print-quick-help
- C d :: clear-cache
- C-I :: pass-focus-next
@ -346,7 +344,6 @@
** Thread window
- ^ :: thread-go-to-parent-post
- / b :: thread-search-next-message-body
- / m :: thread-search-next-message-meta
- C-J (key /enter/) :: thread-open-selected-message

View File

@ -93,7 +93,6 @@
:description (_ "Specify a fediverse user account (format: user-name@server-name).")
:meta-var (_ "FEDIVERSE-ACCOUNT")
:arg-parser #'identity
:short #\F
:long "fediverse-account")
(:name :print-lisp-dependencies
:description (_ "Download lisp libraries (useful for packaging only).")