Skip to content

Commit 4eada94

Browse files
committed
docs: added usage for grouping to program
1 parent c8c09e5 commit 4eada94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src_code/go_src/cocommit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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] || \ncocommit <commit message> <co-author1:email> [co-author2:email] [co-author3:email] || \ncocommit <commit message> all || \ncocommit <commit message> ^<co-author1> ^[co-author2] || \ncocommit users || \nMixes of both")
202+
print("Usage: cocommit <commit message> <co-author1> [co-author2] [co-author3] || \ncocommit <commit message> <co-author1:email> [co-author2:email] [co-author3:email] || \ncocommit <commit message> all || \ncocommit <commit message> ^<co-author1> ^[co-author2] || \ncocommit <commit message> <group> || \ncocommit users || \nMixes of both")
203203

204204
os.Exit(1)
205205
}

0 commit comments

Comments
 (0)