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

NAME

       base32 - manual page for base32 0.0.14

DESCRIPTION

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

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

   USAGE:
              /build/rust-coreutils-mQkL0l/rust-coreutils-0.0.14/debian/tmp/usr/bin/base32
              [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 base32 is maintained as a Texinfo  manual.   If  the  info  and
       base32 programs are properly installed at your site, the command

              info base32

       should give you access to the complete manual.