Unified wording, updated man page

This commit is contained in:
asdf 2019-10-22 15:00:01 +11:00
parent 95837e108a
commit 17b1e6eff2
3 changed files with 9 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# Bombadillo
# Bombadillo - a non-web client
Bombadillo is a modern [Gopher](https://en.wikipedia.org/wiki/Gopher_(protocol)) client for the terminal, and functions as a pager/terminal UI. Bombadillo features vim-like keybindings, configurable settings, and a robust command selection. Bombadillo is under active development.

View File

@ -5,7 +5,8 @@
.SH SYNOPSIS
.nf
.fam C
\fBbombadillo\fP [\fB-v\fP] [\fB-h\fP] [\fIurl\fP]
\fBbombadillo\fP [\fIurl\fP]
\fBbombadillo\fP [\fBOPTION\fP]
.fam T
.fi
.SH DESCRIPTION
@ -14,7 +15,7 @@
.TP
.B
\fB-v\fP
Display the version number of \fBbombadillo\fP.
Display version information and exit.
.TP
.B
\fB-h\fP

10
main.go
View File

@ -163,13 +163,13 @@ func handleSIGCONT(c <-chan os.Signal) {
//printHelp produces a nice display message when the --help flag is used
func printHelp() {
art := `Bombadillo
art := `Bombadillo - a non-web client
Syntax: bombadillo [url]
bombadillo [options...]
Syntax: bombadillo [url]
bombadillo [options...]
Example: bombadillo gopher://bombadillo.colorfield.space
bombadillo -v
Examples: bombadillo gopher://bombadillo.colorfield.space
bombadillo -v
Options:
`