diff --git a/src_code/go_src/cocommit.go b/src_code/go_src/cocommit.go index 200983f..b49c8c7 100644 --- a/src_code/go_src/cocommit.go +++ b/src_code/go_src/cocommit.go @@ -199,7 +199,7 @@ func NoInput(args []string, users map[string]user) { os.Exit(1) } // if calling binary with nothing or only string - print("Usage: cocommit [co-author2] [co-author3] || \ncocommit [co-author2:email] [co-author3:email] || \ncocommit all || \ncocommit ^ ^[co-author2] || \ncocommit users || \nMixes of both") + print("Usage: cocommit [co-author2] [co-author3] || \ncocommit [co-author2:email] [co-author3:email] || \ncocommit all || \ncocommit ^ ^[co-author2] || \ncocommit || \ncocommit users || \nMixes of both") os.Exit(1) }