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. 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 .SH SYNOPSIS
.nf .nf
.fam C .fam C
\fBbombadillo\fP [\fB-v\fP] [\fB-h\fP] [\fIurl\fP] \fBbombadillo\fP [\fIurl\fP]
\fBbombadillo\fP [\fBOPTION\fP]
.fam T .fam T
.fi .fi
.SH DESCRIPTION .SH DESCRIPTION
@ -14,7 +15,7 @@
.TP .TP
.B .B
\fB-v\fP \fB-v\fP
Display the version number of \fBbombadillo\fP. Display version information and exit.
.TP .TP
.B .B
\fB-h\fP \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 //printHelp produces a nice display message when the --help flag is used
func printHelp() { func printHelp() {
art := `Bombadillo art := `Bombadillo - a non-web client
Syntax: bombadillo [url] Syntax: bombadillo [url]
bombadillo [options...] bombadillo [options...]
Example: bombadillo gopher://bombadillo.colorfield.space Examples: bombadillo gopher://bombadillo.colorfield.space
bombadillo -v bombadillo -v
Options: Options:
` `