commit c6fc0acd8e42c67f7ea7b4b462395e1039815486 from: Stefan Sperling date: Thu May 09 21:37:43 2019 UTC fix usage_commit() commit - 44d03001f2c2417eb3821cdbd163e51b53c92461 commit + c6fc0acd8e42c67f7ea7b4b462395e1039815486 blob - e4684d961ad765586db56578e828c55d6b2d0100 blob + bcea1583a569a79aaeb7fb90b46ca7675ebadd30 --- got/got.c +++ got/got.c @@ -2075,7 +2075,7 @@ done: __dead static void usage_commit(void) { - fprintf(stderr, "usage: %s commit file-path\n", getprogname()); + fprintf(stderr, "usage: %s commit [-m msg] file-path\n", getprogname()); exit(1); }