Using getopt_long with optional arguments to options, you have to put an
equal sign (=) betwen the option name and its argument if it's a long
option (--user-password=MYSECRETPASSWORD) or stick the password to the
option if it's a short one (-uMYSECRETPASSWORD).
This executable is a ruby script which attempts to find
BitLocker-encrypted volumes. It can be feed with files and will print
the ones which are BitLocker-encrypted partitions.
This commit changes the manual pages structure and put files per
architecture. This also updates the page's content.
Note that the freebsd manual for dislocker-fuse is only a link to the
linux manual page.