aboutsummaryrefslogtreecommitdiffstats
path: root/commands/title.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/title.go')
-rw-r--r--commands/title.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/title.go b/commands/title.go
index c9157a70..f9b7542b 100644
--- a/commands/title.go
+++ b/commands/title.go
@@ -31,7 +31,7 @@ func runTitle(cmd *cobra.Command, args []string) error {
var titleCmd = &cobra.Command{
Use: "title [<id>]",
- Short: "Display or change a title",
+ Short: "Display or change a title.",
PreRunE: loadRepo,
RunE: runTitle,
}