aboutsummaryrefslogtreecommitdiff
path: root/coreutils/uudecode.c
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2017-07-24 11:40:28 +0100
committerRon Yorston <rmy@pobox.com>2017-07-24 12:03:28 +0100
commit60411636073cdc08e8005f0de00098e6dd00eaf5 (patch)
tree58673b64af1e663280be81f798c8f66ce116d1dd /coreutils/uudecode.c
parenteeceafbc5c4caf513c6d92b7d71ecb0ccd89a3f8 (diff)
parentb72f1ef17b97802d33f0ac522f64bea0f65442c5 (diff)
downloadbusybox-w32-60411636073cdc08e8005f0de00098e6dd00eaf5.tar.gz
busybox-w32-60411636073cdc08e8005f0de00098e6dd00eaf5.tar.bz2
busybox-w32-60411636073cdc08e8005f0de00098e6dd00eaf5.zip
Merge branch 'busybox' into merge
Diffstat (limited to 'coreutils/uudecode.c')
-rw-r--r--coreutils/uudecode.c8
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]"