aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/gconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/kconfig/gconf.c')
-rw-r--r--scripts/kconfig/gconf.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/kconfig/gconf.c b/scripts/kconfig/gconf.c
index 344b9e340ecb..26d208b435a0 100644
--- a/scripts/kconfig/gconf.c
+++ b/scripts/kconfig/gconf.c
@@ -1474,9 +1474,12 @@ int main(int ac, char *av[])
1474 case 'a': 1474 case 'a':
1475 //showAll = 1; 1475 //showAll = 1;
1476 break; 1476 break;
1477 case 's':
1478 conf_set_message_callback(NULL);
1479 break;
1477 case 'h': 1480 case 'h':
1478 case '?': 1481 case '?':
1479 printf("%s <config>\n", av[0]); 1482 printf("%s [-s] <config>\n", av[0]);
1480 exit(0); 1483 exit(0);
1481 } 1484 }
1482 name = av[2]; 1485 name = av[2];