File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ func NoInput(args []string, users map[string]user) {
199199 os .Exit (1 )
200200 }
201201 // if calling binary with nothing or only string
202- print ("Usage: cocommit <commit message> <co-author1> [co-author2] [co-author3] || \n cocommit <commit message> <co-author1:email> [co-author2:email] [co-author3:email] || \n cocommit <commit message> all || \n cocommit <commit message> ^<co-author1> ^[co-author2] || \n cocommit users || \n Mixes of both" )
202+ print ("Usage: cocommit <commit message> <co-author1> [co-author2] [co-author3] || \n cocommit <commit message> <co-author1:email> [co-author2:email] [co-author3:email] || \n cocommit <commit message> all || \n cocommit <commit message> ^<co-author1> ^[co-author2] || \n cocommit <commit message> <group> || \n cocommit users || \n Mixes of both" )
203203
204204 os .Exit (1 )
205205 }
You can’t perform that action at this time.
0 commit comments