shithub: scc

Download patch

ref: 3f059be3ad0c219bbc1a8378b45c03717b28d49f
parent: 7e371efde773dc3e45f7360c7ec23fd8283ba9d5
author: Quentin Rameau <quinq@fifth.space>
date: Thu Jun 2 15:54:07 EDT 2016

[driver] add D flag to usage()

--- a/driver/posix/scc.c
+++ b/driver/posix/scc.c
@@ -277,7 +277,8 @@
 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