aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/uudecode.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/posix/uudecode.c')
-rw-r--r--toys/posix/uudecode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/posix/uudecode.c b/toys/posix/uudecode.c
index 4d2861af..220e43aa 100644
--- a/toys/posix/uudecode.c
+++ b/toys/posix/uudecode.c
@@ -14,7 +14,7 @@ config UUDECODE
Decode file from stdin (or INFILE).
- -o write to OUTFILE instead of filename in header
+ -o Write to OUTFILE instead of filename in header
*/
#define FOR_uudecode