commit 987e94ba2f14d7499c235e56d86fe8f415127e7d from: Stefan Sperling date: Mon Mar 12 19:26:43 2018 UTC wrap long line commit - 1b6b95a858b5185349db73ced93c5f08850ba369 commit + 987e94ba2f14d7499c235e56d86fe8f415127e7d blob - bc454f6fd980a7239121ac3fa8649e9bed111ebe blob + 606ef373bea10fe4a5ad68b0ba8219852431979d --- got/got.c +++ 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);