aboutsummaryrefslogtreecommitdiffstats
path: root/commands/termui.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/termui.go')
-rw-r--r--commands/termui.go2
1 files changed, 1 insertions, 1 deletions
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,
}