commit 8879c44af78c9ffd90054559b21b34d521ee898b from: Josiah Frentsos via: Thomas Adam date: Sun Mar 05 23:37:55 2023 UTC template: sync usage() with man page `-o' was missing. Patch from Josiah Frentsos, thank you! commit - c7b033592499270a8ebe2d95a0b69ae4884bca5f commit + 8879c44af78c9ffd90054559b21b34d521ee898b blob - 5ef632aa276741156a37a4dee515535102bad542 blob + e62c9e0dd0299afd03962ec62bd7c3f41d07ff6a --- template/template.c +++ template/template.c @@ -27,8 +27,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); }