Provided by: rust-coreutils_0.0.14-3_amd64 bug

NAME

       base64 - manual page for base64 0.0.14

DESCRIPTION

       /build/rust-coreutils-mQkL0l/rust-coreutils-0.0.14/debian/tmp/usr/bin/base64  0.0.14  With
       no FILE, or when FILE is -, read standard input.

       The data are encoded as described for the base64 alphabet in RFC 3548. When decoding,  the
       input  may  contain  newlines  in addition to the bytes of the formal base64 alphabet. Use
       --ignore-garbage to attempt to recover from any other non-alphabet bytes  in  the  encoded
       stream.

   USAGE:
              {0} [OPTION]... [FILE]

   ARGS:
              <file>...

   OPTIONS:
       -d, --decode
              decode data

       -h, --help
              Print help information

       -i, --ignore-garbage
              when decoding, ignore non-alphabetic characters

       -V, --version
              Print version information

       -w, --wrap <wrap>
              wrap encoded lines after COLS character (default 76, 0 to disable wrapping)

SEE ALSO

       The  full  documentation  for  base64  is maintained as a Texinfo manual.  If the info and
       base64 programs are properly installed at your site, the command

              info base64

       should give you access to the complete manual.