Commit 987e94ba2f14d7499c235e56d86fe8f415127e7d

Stefan Sperling 2018-03-12T20:26:43

wrap long line

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/got/got.c b/got/got.c
index bc454f6..606ef37 100644
--- a/got/got.c
+++ b/got/got.c
@@ -108,8 +108,8 @@ usage(void)
 {
 	int i;
 
-	fprintf(stderr, "usage: %s [-h] command [arg ...]\n\nAvailable commands:\n",
-	    getprogname());
+	fprintf(stderr, "usage: %s [-h] command [arg ...]\n\n"
+	    "Available commands:\n", getprogname());
 	for (i = 0; i < nitems(got_commands); i++) {
 		struct cmd *cmd = &got_commands[i];
 		fprintf(stderr, "    %s: %s\n", cmd->cmd_name, cmd->cmd_descr);