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 70355986..16cfc342 100644
--- a/commands/title.go
+++ b/commands/title.go
@@ -48,5 +48,5 @@ var titleCmd = &cobra.Command{
func init() {
RootCmd.AddCommand(titleCmd)
- commentCmd.Flags().SortFlags = false
+ titleCmd.Flags().SortFlags = false
}