[hackers] [scc] Update usage string in cc1 || Roberto E. Vargas Caballero

From: <git_AT_suckless.org>
Date: Mon, 5 Oct 2015 20:41:01 +0200 (CEST)

commit d75aa47e4e044886515394b51c437e12ecaeb64b
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Mon Oct 5 20:36:31 2015 +0200
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
CommitDate: Mon Oct 5 20:36:31 2015 +0200

    Update usage string in cc1

diff --git a/cc1/main.c b/cc1/main.c
index a375ef2..51eb228 100644
--- a/cc1/main.c
+++ b/cc1/main.c
_AT_@ -27,7 +27,7 @@ clean(void)
 static void
 usage(void)
 {
- fputs("usage: cc1 [-w] [-d] [-o output] [input]\n", stderr);
+ fputs("usage: cc1 [-E] [-Idir] [-w] [-d] [-o output] [input]\n", stderr);
         exit(1);
 }
 
Received on Mon Oct 05 2015 - 20:41:01 CEST

This archive was generated by hypermail 2.3.0 : Mon Oct 05 2015 - 20:48:18 CEST