From 2fd5f71b592eeebd0c0c4c770a7dac88d7eae80a Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Sun, 24 Feb 2019 14:46:08 +0100 Subject: commands: add a "." at the end of Short commands usage --- commands/termui.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/termui.go') diff --git a/commands/termui.go b/commands/termui.go index abfd165f..19a1397a 100644 --- a/commands/termui.go +++ b/commands/termui.go @@ -20,7 +20,7 @@ func runTermUI(cmd *cobra.Command, args []string) error { var termUICmd = &cobra.Command{ Use: "termui", - Short: "Launch the terminal UI", + Short: "Launch the terminal UI.", PreRunE: loadRepoEnsureUser, RunE: runTermUI, } -- cgit