[hackers] [scc] [driver] add D flag to usage() || Quentin Rameau
commit f76494300445f6884ed10b25c7d1ebbfe5c568e0
Author: Quentin Rameau <quinq_AT_fifth.space>
AuthorDate: Thu Jun 2 19:54:07 2016 +0200
Commit: Quentin Rameau <quinq_AT_fifth.space>
CommitDate: Thu Jun 2 19:54:07 2016 +0200
[driver] add D flag to usage()
diff --git a/driver/posix/scc.c b/driver/posix/scc.c
index 22726bb..6e2258f 100644
--- a/driver/posix/scc.c
+++ b/driver/posix/scc.c
_AT_@ -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
Received on Thu Jun 02 2016 - 19:54:36 CEST
This archive was generated by hypermail 2.3.0
: Thu Jun 02 2016 - 20:00:17 CEST