Commit Diff
--- gotsh/gotsh.c +++ gotsh/gotsh.c @@ -50,7 +50,7 @@ usage(void) { fprintf(stderr, "usage: %s -c '%s|%s repository-path]'\n", getprogname(), GOT_DIAL_CMD_SEND, GOT_DIAL_CMD_FETCH); - fprintf(stderr, " %s -c 'weblogin [hostname]'\n'", getprogname()); + fprintf(stderr, " %s -c 'weblogin [hostname]'\n", getprogname()); exit(1); }