config: do not use `a' quoting in help texts

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2017-08-02 14:12:48 +02:00
parent ec05df13b0
commit 18e781dc02
6 changed files with 6 additions and 6 deletions

View File

@@ -15,7 +15,7 @@
//config: default y
//config: help
//config: yes is used to repeatedly output a specific string, or
//config: the default string `y'.
//config: the default string 'y'.
//applet:IF_YES(APPLET_NOFORK(yes, yes, BB_DIR_USR_BIN, BB_SUID_DROP, yes))