wrap overlong line
diff --git a/got/got.c b/got/got.c
index bd465c5..549e474 100644
--- a/got/got.c
+++ b/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);
}