commit b12113433f340204dc187ae46213e4ec0439db26 from: Josiah Frentsos via: Thomas Adam date: Fri Feb 17 16:23:18 2023 UTC add -n to 'got commit' usage; patch by Josiah Frentsos commit - 0c66b6d46b821eff201e33458c906e6e2de1c62e commit + b12113433f340204dc187ae46213e4ec0439db26 blob - de0929fc3f44c48f6ae236a2e5afd50971116792 blob + a1f3a3ffb1ec313060edbd8090a67494cd4ee67e --- got/got.c +++ got/got.c @@ -8732,7 +8732,7 @@ done: __dead static void usage_commit(void) { - fprintf(stderr, "usage: %s commit [-NS] [-A author] [-F path] " + fprintf(stderr, "usage: %s commit [-NnS] [-A author] [-F path] " "[-m message] [path ...]\n", getprogname()); exit(1); }