Commit Diff


commit - 2c7829a4ca20def05fcbfb4e1557e8f7abbf9c1b
commit + bc20e173ea7feefe67f7b40db7b6887dc7895daf
blob - b45405f0c457c310049eeec2fa105400ab12c10a
blob + 3efedf2e0388342609962a04aee6acb6aa014599
--- got/got.c
+++ got/got.c
@@ -306,7 +306,7 @@ cmd_init(int argc, char *argv[])
 		err(1, "pledge");
 #endif
 	if (argc != 1)
-		usage_checkout();
+		usage_init();
 
 	repo_path = strdup(argv[0]);
 	if (repo_path == NULL)