Skip to content

Commit

Permalink
added new usages to the noinput arg
Browse files Browse the repository at this point in the history
  • Loading branch information
Slug-Boi committed Mar 5, 2024
1 parent fa5ef58 commit 8bcd318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src_code/go_src/cocommit.go
Original file line number Diff line number Diff line change
@@ -168,7 +168,7 @@ func NoInput(args []string, users map[string]user) {
os.Exit(1)
}
// if calling binary with nothing or only string
print("Usage: cocommit <commit message> <co-author1> [co-author2] [co-author3] || \n cocommit <commit message> <co-author1:email> [co-author2:email] [co-author3:email] || Mixes of both")
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")

os.Exit(1)
}

0 comments on commit 8bcd318

Please sign in to comment.