Commit Diff


commit - 0c06baacc4024bfc6a443cf285c1b5aae765738e
commit + 9270e621f7d5356871bae1d9d6a82373234a8987
blob - bd465c5053bdcb5ab8eb23fd61574f970e751993
blob + 549e47463e307df7d26495546ea2df98910f0ae7
--- got/got.c
+++ got/got.c
@@ -1059,7 +1059,8 @@ done:
 __dead static void
 usage_blame(void)
 {
-	fprintf(stderr, "usage: %s blame [-c commit] [-r repository-path] path\n",
+	fprintf(stderr,
+	    "usage: %s blame [-c commit] [-r repository-path] path\n",
 	    getprogname());
 	exit(1);
 }