commit 754c4343fe4580b6105124529c5f279140eb6353 from: Josiah Frentsos via: Omar Polo date: Sat Mar 04 08:37:36 2023 UTC template: sync usage() with man page `-o' was missing. Patch from Josiah Frentsos, thank you! commit - 1a4be2506adddbb055438ec1bf79188555514c1e commit + 754c4343fe4580b6105124529c5f279140eb6353 blob - d8f3e5383a96a5faf569ee9b566218d8f14189c1 blob + d6fe61194ed6d4a9b329be5117377d0d5b9867dd --- template/template.c +++ template/template.c @@ -26,8 +26,7 @@ int nodebug; static void __dead usage(void) { - fprintf(stderr, "usage: %s [file...]\n", - getprogname()); + fprintf(stderr, "usage: %s [-G] [-o out] [file ...]\n", getprogname()); exit(1); }