Skip to content

Commit

Permalink
close #117 changed wrap up description to new features
Browse files Browse the repository at this point in the history
  • Loading branch information
groenborg committed Jun 22, 2017
1 parent aee1d49 commit 195392d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/wrapup.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 195392d

Please sign in to comment.