Commit Diff
--- gotctl/gotctl.c +++ gotctl/gotctl.c @@ -314,7 +314,7 @@ usage(int hflag, int status) { FILE *fp = (status == 0) ? stdout : stderr; - fprintf(fp, "usage: %s [-hV] command [arg ...]\n", + fprintf(fp, "usage: %s [-hV] [-f path] command [arg ...]\n", getprogname()); if (hflag) list_commands(fp);