commit f76494300445f6884ed10b25c7d1ebbfe5c568e0 parent f402a40e5e06276b3cc52d94a7303d3e21aa3ffc Author: Quentin Rameau <quinq@fifth.space> Date: Thu, 2 Jun 2016 19:54:07 +0200 [driver] add D flag to usage() Diffstat:
M | driver/posix/scc.c | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/driver/posix/scc.c b/driver/posix/scc.c @@ -277,7 +277,8 @@ build(char *file) static void usage(void) { - die("usage: %s [-E|-kS] [-m arch] [-I dir]... input ...", argv0); + die("usage: %s [-E|-kS] [-m arch] [-D macro=val]... " + "[-I dir]... file ...", argv0); } int