11 Commits

Author SHA1 Message Date
Aorimn 040d941283 Fix -o vs -O changes
This commit is the follower of 7e940e2 "Change offset short option from
'o' to 'O'". It finalizes the changement of the offset option from -o to
-O.
2017-02-08 16:02:18 +01:00
Aorimn 73286463f7 Add accuracy to the offset description
As stated in issue #93, the offset's metric isn't specified.
This commit adds the metric, bytes, for which to give the offset.
2016-10-24 22:42:12 +02:00
Jack Lamberti 95603ac927 Fixed some other typos 2016-06-19 20:37:37 -04:00
Jack Lamberti 8ff9563b95 Fixed typo, changed developped to developed 2016-06-17 14:28:58 -04:00
Aorimn 7e940e21f1 Change offset short option from 'o' to 'O'
This might break some configuration, but fstab passing arguments doesn't
give us much choice.
2016-04-20 23:09:20 +02:00
Aorimn a0f0a32808 Remove a note in the manual pages
The note was for FAT volumes not being supported. As this is not correct
anymore, we just remove this note.
2015-10-05 22:42:56 +02:00
Aorimn f794fda7b6 Update manual pages according to issue #31 fix
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).
2015-03-14 00:24:26 +01:00
Aorimn 0ac7a71cc4 Add a new executable
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.
2015-02-07 00:02:49 +01:00
Aorimn 95ae09442c Remove outdated paragraph
Now that there are different manual pages for dislocker-fuse and
dislocker-file, we don't need this paragraph.
2015-02-07 00:00:59 +01:00
Aorimn 83c285e172 Add man page for dislocker-file command
This commit adds a man page for the dislocker-file command for Linux,
FreeBSD - which is a symbolic link to the Linux man page - and OSX.
2014-12-14 08:43:48 +01:00
Aorimn 8669828a46 Change manual pages conception
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.
2014-12-13 23:32:39 +01:00