mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-05 12:57:56 +00:00
documentation updates for new release
This commit is contained in:
parent
52bec56755
commit
6ecdbc4b4b
2
README
2
README
@ -12,7 +12,7 @@ X~ `?888888hx~ ...ue888b .888: x888 x888. 8888 .
|
|||||||
' "*88888888* 'Y" `~ " `"` `%888*%"
|
' "*88888888* 'Y" `~ " `"` `%888*%"
|
||||||
^"***"` "`
|
^"***"` "`
|
||||||
|
|
||||||
a simple commandline tool to manage encrypted storage v.0.9.1
|
a simple commandline tool to manage encrypted storage v.0.9.2
|
||||||
|
|
||||||
http://tomb.dyne.org
|
http://tomb.dyne.org
|
||||||
|
|
||||||
|
@ -83,7 +83,7 @@ Display version and quit
|
|||||||
.IP "-q"
|
.IP "-q"
|
||||||
Run more quietly
|
Run more quietly
|
||||||
.IP "-D"
|
.IP "-D"
|
||||||
Print more informations while running, for debugging purposes
|
Print more information while running, for debugging purposes
|
||||||
|
|
||||||
.SH PRIVILEGE ESCALATION
|
.SH PRIVILEGE ESCALATION
|
||||||
|
|
||||||
|
@ -99,23 +99,23 @@ reminding you that a tomb is open, offering to explore it or close it.
|
|||||||
See the [[manual][manpage]] for more information on how to operate Tomb from the
|
See the [[manual][manpage]] for more information on how to operate Tomb from the
|
||||||
text terminal.
|
text terminal.
|
||||||
<example>
|
<example>
|
||||||
[*] Tomb - simple commandline tool for encrypted storage
|
. version 0.9.2 (Feb/2011) by Jaromil @ dyne.org
|
||||||
. version 0.9.1 (Feb/2011) by Jaromil @ dyne.org
|
|
||||||
.
|
.
|
||||||
[*] Syntax: tomb [options] command [file] [mountpoint]
|
[*] Syntax: tomb [options] command [file] [mountpoint]
|
||||||
.
|
.
|
||||||
[*] Options:
|
|
||||||
. -h print this help
|
|
||||||
. -v print out the version information for this tool
|
|
||||||
. -q run quietly, without printing informations
|
|
||||||
. -D print out debugging information at runtime
|
|
||||||
. -s size of the storage file when creating one (MB)
|
|
||||||
. -k path to the key to use for decryption
|
|
||||||
.
|
|
||||||
[*] Commands:
|
[*] Commands:
|
||||||
. create create a new encrypted storage FILE and keys
|
. create create a new encrypted storage FILE and keys
|
||||||
. open open an existing tomb FILE on MOUNTPOINT
|
. open open an existing tomb FILE on MOUNTPOINT
|
||||||
. close closes the tomb on MOUNTPOINT
|
. close closes the tomb on MOUNTPOINT
|
||||||
|
.
|
||||||
|
[*] Options:
|
||||||
|
. -s size of the storage file when creating one (MB)
|
||||||
|
. -k path to the key to use for decryption
|
||||||
|
.
|
||||||
|
. -h print this help
|
||||||
|
. -v version information for this tool
|
||||||
|
. -q run quietly without printing information
|
||||||
|
. -D print debugging information while running
|
||||||
</example>
|
</example>
|
||||||
|
|
||||||
*** Where do we learn more from
|
*** Where do we learn more from
|
||||||
@ -140,7 +140,7 @@ build your own application and as source code you can study.
|
|||||||
|
|
||||||
*** Code repository
|
*** Code repository
|
||||||
|
|
||||||
Latest stable release is 0.9.1 (3 February 2011) more about it in the
|
Latest stable release is 0.9.2 (10 February 2011) more about it in the
|
||||||
[[ftp://ftp.dyne.org/tomb/NEWS][NEWS]] and [[ftp://ftp.dyne.org/tomb/ChangeLog][ChangeLog]]
|
[[ftp://ftp.dyne.org/tomb/NEWS][NEWS]] and [[ftp://ftp.dyne.org/tomb/ChangeLog][ChangeLog]]
|
||||||
|
|
||||||
Source releases are checked and signed by [[http://jaromil.dyne.org][Jaromil]] using [[http://www.gnupg.org][GnuPG]].
|
Source releases are checked and signed by [[http://jaromil.dyne.org][Jaromil]] using [[http://www.gnupg.org][GnuPG]].
|
||||||
|
Loading…
Reference in New Issue
Block a user