diff --git a/cmd/wrapup.go b/cmd/wrapup.go index 99434c8..4006e0c 100644 --- a/cmd/wrapup.go +++ b/cmd/wrapup.go @@ -14,8 +14,7 @@ var wrapupCmd = &cobra.Command{ Use: "wrapup", Short: "Add changes to index and auto commit", Long: fmt.Sprintf(` -%s commits the currently staged files with a 'close issue' commit message, e.g. "close #42 fetch meaning of life". The commit message will cause the corresponding issue to be closed when the commit is integrated. When force is used on the message, the message will replace, the otherwice automatically generated commit message. - +%s adds the files in the workin directory to the index and makes a commit. The commit message is autogenerated and contains 'close issue', e.g. "close #42 fetch meaning of life". The issue number is fetched from the branch name, if the workon command have been used. When force is used on the message, the message will replace, the otherwice automatically generated commit message. `, ui.Format.Bold("wrapup")), PreRun: func(cmd *cobra.Command, args []string) { cmdperm.RequiredCurDirRepository()