Skip to content

Commit 195392d

Browse files
committed
close #117 changed wrap up description to new features
1 parent aee1d49 commit 195392d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cmd/wrapup.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ var wrapupCmd = &cobra.Command{
1414
Use: "wrapup",
1515
Short: "Add changes to index and auto commit",
1616
Long: fmt.Sprintf(`
17-
%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.
18-
17+
%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.
1918
`, ui.Format.Bold("wrapup")),
2019
PreRun: func(cmd *cobra.Command, args []string) {
2120
cmdperm.RequiredCurDirRepository()

0 commit comments

Comments
 (0)