Commit 775ce90932952990893155034e97fa5340db2db8

Stefan Sperling 2020-03-22T14:29:22

wrap overlong line in got.c

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/got/got.c b/got/got.c
index 4d43cd4..ae5dabe 100644
--- a/got/got.c
+++ b/got/got.c
@@ -5194,7 +5194,8 @@ cmd_tag(int argc, char *argv[])
 
 	if (do_list) {
 		if (commit_id_arg != NULL)
-			errx(1, "-c option can only be used when creating a tag");
+			errx(1,
+			    "-c option can only be used when creating a tag");
 		if (tagmsg)
 			errx(1, "-l and -m options are mutually exclusive");
 		if (argc > 0)