init/Kconfig: Use short unix-style option instead of --longname
authorRob Landley <rob@landley.net>
Wed, 8 Aug 2018 04:06:43 +0000 (13:06 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 9 Aug 2018 12:50:43 +0000 (21:50 +0900)
commit47f38ae08df0aebb0e43fca50bf380aefea1f4d1
tree26761e3f72018766081605450bb5a306effc03cb
parentb5cdca7361d083638dc7f422fe8e1ae77860f6a6
init/Kconfig: Use short unix-style option instead of --longname

Avoids warning messages with the latest release of toybox, which never
bothered to implement the --longopts nothing was using.

Signed-off-by: Rob Landley <rob@landley.net>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
init/Kconfig