diff options
| author | Jeff Garzik <jeff@garzik.org> | 2006-04-27 04:55:26 -0400 |
|---|---|---|
| committer | Jeff Garzik <jeff@garzik.org> | 2006-04-27 04:55:26 -0400 |
| commit | 9a375e93f88269bb770fb2eaa57554c975449c88 (patch) | |
| tree | 4c8f6d77f0aa94fc69c5b9e75d51db1451bdf66f /scripts/kconfig/conf.c | |
| parent | b2b4b9a7c09ad66e095b13c97946a96f2dc8284e (diff) | |
| parent | acc696d93dcf993dec123d69d599979e1456ffec (diff) | |
Merge branch 'upstream' into max-sect
Diffstat (limited to 'scripts/kconfig/conf.c')
| -rw-r--r-- | scripts/kconfig/conf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/kconfig/conf.c b/scripts/kconfig/conf.c index ae5ab981bb1d..8012d1076876 100644 --- a/scripts/kconfig/conf.c +++ b/scripts/kconfig/conf.c | |||
| @@ -5,6 +5,7 @@ | |||
| 5 | 5 | ||
| 6 | #include <ctype.h> | 6 | #include <ctype.h> |
| 7 | #include <stdlib.h> | 7 | #include <stdlib.h> |
| 8 | #include <stdio.h> | ||
| 8 | #include <string.h> | 9 | #include <string.h> |
| 9 | #include <unistd.h> | 10 | #include <unistd.h> |
| 10 | #include <time.h> | 11 | #include <time.h> |
| @@ -531,7 +532,7 @@ int main(int ac, char **av) | |||
| 531 | break; | 532 | break; |
| 532 | case 'h': | 533 | case 'h': |
| 533 | case '?': | 534 | case '?': |
| 534 | printf("%s [-o|-s] config\n", av[0]); | 535 | fprintf(stderr, "See README for usage info\n"); |
| 535 | exit(0); | 536 | exit(0); |
| 536 | } | 537 | } |
| 537 | } | 538 | } |
