diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init/Kconfig b/init/Kconfig index d5a1a1228fab..3dcbd5bfd498 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -60,8 +60,8 @@ config INIT_ENV_ARG_LIMIT | |||
60 | default 32 if !USERMODE | 60 | default 32 if !USERMODE |
61 | default 128 if USERMODE | 61 | default 128 if USERMODE |
62 | help | 62 | help |
63 | This is the value of the two limits on the number of argument and of | 63 | Maximum of each of the number of arguments and environment |
64 | env.var passed to init from the kernel command line. | 64 | variables passed to init from the kernel command line. |
65 | 65 | ||
66 | endmenu | 66 | endmenu |
67 | 67 | ||