Author | Jamozed <[email protected]> |
Date | 2021-02-16 01:10:57 |
Commit | fdcdee76f5222273238f9cffcaa1b7461c324d2a |
Parent | 7ce4bd4e51828ad792d9b0eed936957d469db1b4 |
base64: Add base64 manpage
Diffstat
A | man/base64.1 | | | 38 | ++++++++++++++++++++++++++++++++++++++ |
1 files changed, 38 insertions, 0 deletions
diff --git a/man/base64.1 b/man/base64.1 new file mode 100644 index 0000000..3fc133c --- /dev/null +++ b/man/base64.1 @@ -0,0 +1,38 @@ +.TH BASE64 1 2021-02-16 "OMKOV coreutils" "General Commands Manual" +.SH NAME +base64 \(em base64 encode or decode data +.SH SYNOPSYS +\fBbase64\fR [-d] [\fIfile\fR] +.SH DESCRIPTION +Base64 encode or decode a file to standard output. +.SH OPTIONS +The following options are supported: +.TP +.B -d +Decode data. +.TP +.B --help +Display help information. +.TP +.B --version +Display version information. +.SH OPERANDS +The following operand is supported: +.TP +.I file +A pathname of an input file. If no \fIfile\fR operands are specified then +\fIbase64\fR will read from standard input. +.SH EXIT STATUS +The following exit values will be returned: +.TP +\ 0 +All files were processed successfully. +.TP +>0 +An error occurred. +.SH COPYRIGHT +.nf +Copyright (C) 2021, Jakob Wakeling +All rights reserved. +OMKOV Permissive Licence (https://www.omkov.net/OLPE) +.fi