aboutsummaryrefslogtreecommitdiffstats
path: root/commands/title.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-09-16 01:17:06 +0200
committerMichael Muré <batolettre@gmail.com>2018-09-16 01:17:06 +0200
commitae100e0e8273b09dd1c2f2ee08388440c2662fad (patch)
treeb2663d0e0984d6c8fdd47c37ed71eb873156cab5 /commands/title.go
parentd9f7269507cfc65a2fec05651bdff00978e0d1ec (diff)
downloadgit-bug-ae100e0e8273b09dd1c2f2ee08388440c2662fad.tar.gz
commands: add a title edit command
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
}