From b4cd01d45d912baf3a2c16f8e5a5bbe491b73ef7 Mon Sep 17 00:00:00 2001 From: Adam Lee Date: Fri, 17 Aug 2012 14:57:28 +0800 Subject: [PATCH] --- yaml --- r: 333627 b: refs/heads/master c: 1d52a4a79188e5567b6c55f67e20a4f1043d10d3 h: refs/heads/master i: 333625: b7e277cc91d43dba807853a038a9097cdaf4820f 333623: 1c9e59ad3fdb52135ae60cdb87d915852519324a v: v3 --- [refs] | 2 +- trunk/scripts/kconfig/conf.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 43c7848774eb..7780283b125a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3eb95c84ee594d4a4e5a8c37b01464cff4762c96 +refs/heads/master: 1d52a4a79188e5567b6c55f67e20a4f1043d10d3 diff --git a/trunk/scripts/kconfig/conf.c b/trunk/scripts/kconfig/conf.c index 0dc4a2c779b1..6875680a8db2 100644 --- a/trunk/scripts/kconfig/conf.c +++ b/trunk/scripts/kconfig/conf.c @@ -467,7 +467,7 @@ static void conf_usage(const char *progname) printf(" --oldaskconfig Start a new configuration using a line-oriented program\n"); printf(" --oldconfig Update a configuration using a provided .config as base\n"); printf(" --silentoldconfig Same as oldconfig, but quietly, additionally update deps\n"); - printf(" --oldnoconfig Same as silentoldconfig but set new symbols to no\n"); + printf(" --oldnoconfig Same as silentoldconfig but sets new symbols to their default value\n"); printf(" --defconfig New config with default defined in \n"); printf(" --savedefconfig Save the minimal current configuration to \n"); printf(" --allnoconfig New config where all options are answered with no\n");