aboutsummaryrefslogtreecommitdiff
path: root/coreutils/uudecode.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/uudecode.c')
-rw-r--r--coreutils/uudecode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/coreutils/uudecode.c b/coreutils/uudecode.c
index 5ef05ee4d..5f69e62b3 100644
--- a/coreutils/uudecode.c
+++ b/coreutils/uudecode.c
@@ -11,7 +11,7 @@
11 * "end" line 11 * "end" line
12 */ 12 */
13//config:config UUDECODE 13//config:config UUDECODE
14//config: bool "uudecode (5.9 kb)" 14//config: bool "uudecode (5.8 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.
@@ -175,7 +175,7 @@ int uudecode_main(int argc UNUSED_PARAM, char **argv)
175//kbuild:lib-$(CONFIG_BASE64) += uudecode.o 175//kbuild:lib-$(CONFIG_BASE64) += uudecode.o
176 176
177//config:config BASE64 177//config:config BASE64
178//config: bool "base64 (5 kb)" 178//config: bool "base64 (4.9 kb)"
179//config: default y 179//config: default y
180//config: help 180//config: help
181//config: Base64 encode and decode 181//config: Base64 encode and decode