shell: clarify help text of CONFIG_{SH,BASH}_IS_* options
authorKang-Che Sung <explorer09@gmail.com>
Wed, 4 Jan 2017 11:29:04 +0000 (12:29 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 4 Jan 2017 11:29:04 +0000 (12:29 +0100)
commit9529115c4ce87d4faecd1c55e547162efe74d629
tree7fdbe0d63fad09aeaf464669eff0a149d4000f1b
parentc6137ba51066d78a255f440ed0afc36639ea604a
shell: clarify help text of CONFIG_{SH,BASH}_IS_* options

Mention the behavior if user selects CONFIG_SH_IS_ASH but not
CONFIG_ASH. We will be explicit that invocations like "busybox ash"
will not work for such configuration.

Also clarify help text of CONFIG_BASH_IS_* that bash compatibility in
ash is not complete. (It shouldn't be anyway - ash can't support every
bash quirk out there.)

Signed-off-by: Kang-Che Sung <explorer09@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/Config.src