diff options
Diffstat (limited to 'coreutils/uudecode.c')
-rw-r--r-- | coreutils/uudecode.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/coreutils/uudecode.c b/coreutils/uudecode.c index 2fe771f69..4e72e86ee 100644 --- a/coreutils/uudecode.c +++ b/coreutils/uudecode.c | |||
@@ -11,10 +11,10 @@ | |||
11 | * "end" line | 11 | * "end" line |
12 | */ | 12 | */ |
13 | //config:config UUDECODE | 13 | //config:config UUDECODE |
14 | //config: bool "uudecode" | 14 | //config: bool "uudecode (5.9 kb)" |
15 | //config: default y | 15 | //config: default y |
16 | //config: help | 16 | //config: help |
17 | //config: uudecode is used to decode a uuencoded file. | 17 | //config: uudecode is used to decode a uuencoded file. |
18 | 18 | ||
19 | //applet:IF_UUDECODE(APPLET(uudecode, BB_DIR_USR_BIN, BB_SUID_DROP)) | 19 | //applet:IF_UUDECODE(APPLET(uudecode, BB_DIR_USR_BIN, BB_SUID_DROP)) |
20 | 20 | ||
@@ -176,10 +176,10 @@ int uudecode_main(int argc UNUSED_PARAM, char **argv) | |||
176 | //kbuild:lib-$(CONFIG_BASE64) += uudecode.o | 176 | //kbuild:lib-$(CONFIG_BASE64) += uudecode.o |
177 | 177 | ||
178 | //config:config BASE64 | 178 | //config:config BASE64 |
179 | //config: bool "base64" | 179 | //config: bool "base64 (5 kb)" |
180 | //config: default y | 180 | //config: default y |
181 | //config: help | 181 | //config: help |
182 | //config: Base64 encode and decode | 182 | //config: Base64 encode and decode |
183 | 183 | ||
184 | //usage:#define base64_trivial_usage | 184 | //usage:#define base64_trivial_usage |
185 | //usage: "[-d] [FILE]" | 185 | //usage: "[-d] [FILE]" |