Commit Diff


commit - 6242c45bf7571868b35d644cd0655d3b007d60c9
commit + a5a750bd4e48b1e35cc2df5b06c64852c3bbc87f
blob - afc36213377900db760b4124017a746dbcc4cdf4
blob + 898aca45a6b8febe42a7d4946fbe6a9d5a51ad55
--- gotctl/gotctl.c
+++ gotctl/gotctl.c
@@ -314,7 +314,7 @@ usage(int hflag, int status)
 {
 	FILE *fp = (status == 0) ? stdout : stderr;
 
-	fprintf(fp, "usage: %s [-hV] command [arg ...]\n",
+	fprintf(fp, "usage: %s [-hV] [-f path] command [arg ...]\n",
 	    getprogname());
 	if (hflag)
 		list_commands(fp);