From 17b1e6eff280047e4829ee7c5fcfc35a6c666474 Mon Sep 17 00:00:00 2001 From: asdf Date: Tue, 22 Oct 2019 15:00:01 +1100 Subject: [PATCH] Unified wording, updated man page --- README.md | 2 +- bombadillo.1 | 5 +++-- main.go | 10 +++++----- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 814f10e..f16e7b0 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/bombadillo.1 b/bombadillo.1 index 1d28a72..e01925f 100644 --- a/bombadillo.1 +++ b/bombadillo.1 @@ -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 diff --git a/main.go b/main.go index 1514243..4bd03f0 100644 --- a/main.go +++ b/main.go @@ -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: `