commit d60758d5d0dbea9ac37837ba916376a388a985cf from: Omar Polo date: Sun Aug 03 08:33:54 2025 UTC gotsh: fix usage commit - 4873f96fb61591334cdf75cc9d50785e7b66c5c5 commit + d60758d5d0dbea9ac37837ba916376a388a985cf blob - 1772346892c041ad7f5ea59596a15be2077c6044 blob + 80fc725d32a21c67dbac7e260514e2a352c549cd --- 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); }