diff options
Diffstat (limited to 'toys/other/base64.c')
-rw-r--r-- | toys/other/base64.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toys/other/base64.c b/toys/other/base64.c index 87887cda..f1b617d6 100644 --- a/toys/other/base64.c +++ b/toys/other/base64.c @@ -14,9 +14,9 @@ config BASE64 Encode or decode in base64. - -d decode - -i ignore non-alphabetic characters - -w wrap output at COLUMNS (default 76 or 0 for no wrap) + -d Decode + -i Ignore non-alphabetic characters + -w Wrap output at COLUMNS (default 76 or 0 for no wrap) */ #define FOR_base64 |