commit f3055044a074e531f369db74b1fff14cf179f767 from: Stefan Sperling date: Wed Aug 07 16:34:09 2019 UTC sync usage with man page commit - 3a070a2b359774f1c1cc1009a8a8e7bf4b1c992f commit + f3055044a074e531f369db74b1fff14cf179f767 blob - bf0e40f8851a802cad085d293c83bb577ed2775b blob + 3ca2425ff03215d7f8e90aa852ec7536799a984a --- got/got.c +++ got/got.c @@ -4095,7 +4095,7 @@ done: __dead static void usage_histedit(void) { - fprintf(stderr, "usage: %s histedit [-a] [-c] [-F path]\n", + fprintf(stderr, "usage: %s histedit [-a] [-c] [-F histedit-script]\n", getprogname()); exit(1); } @@ -5160,7 +5160,8 @@ done: __dead static void usage_stage(void) { - fprintf(stderr, "usage: %s stage [-l] | [-p] [-F] [file-path ...]\n", + fprintf(stderr, "usage: %s stage [-l] | [-p] [-F response-script] " + "[file-path ...]\n", getprogname()); exit(1); }