From bae57c2cece59cc12be9d7aa4065576a106ff9cb Mon Sep 17 00:00:00 2001 From: Aetnaeus Date: Mon, 4 Jan 2021 02:13:05 -0500 Subject: [PATCH] Doc tweak --- tt.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tt.go b/tt.go index ffc77c0..0cc5f17 100644 --- a/tt.go +++ b/tt.go @@ -148,7 +148,7 @@ func main() { flag.BoolVar(&csvMode, "csv", false, "Print the test results to stdout in the form wpm,cpm,accuracy,time.") flag.BoolVar(&rawMode, "raw", false, "Don't reflow text or show one paragraph at a time. (note that linebreaks are determined exclusively by the input)") flag.BoolVar(&multiMode, "multi", false, "Treat each input paragraph as a self contained test.") - flag.StringVar(&themeName, "theme", "default", "The theme to use (overrides ~/.ttrc).") + flag.StringVar(&themeName, "theme", "default", "The theme to use.") flag.StringVar(&listFlag, "list", "", "Lists internal resources (e.g -list themes yields a list of builtin themes)") flag.Usage = func() {