Commit Diff


commit - 10ddece6de188c0a62d9ed0d48a5ec7a1986e26c
commit + 0a0a333be3187bc4447db6cfeb8329d283c0b3ff
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);
 }