From 6ecdbc4b4b252082b55d6cb5da6bef94f66c3b29 Mon Sep 17 00:00:00 2001 From: Jaromil Date: Thu, 10 Feb 2011 15:32:23 +0100 Subject: [PATCH] documentation updates for new release --- README | 2 +- doc/tomb.1 | 2 +- doc/web/views/index.muse | 22 +++++++++++----------- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README b/README index 1a11931..3a92c85 100644 --- a/README +++ b/README @@ -12,7 +12,7 @@ X~ `?888888hx~ ...ue888b .888: x888 x888. 8888 . ' "*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 diff --git a/doc/tomb.1 b/doc/tomb.1 index 89d3a2c..d4234da 100644 --- a/doc/tomb.1 +++ b/doc/tomb.1 @@ -83,7 +83,7 @@ Display version and quit .IP "-q" Run more quietly .IP "-D" -Print more informations while running, for debugging purposes +Print more information while running, for debugging purposes .SH PRIVILEGE ESCALATION diff --git a/doc/web/views/index.muse b/doc/web/views/index.muse index 7ed4e35..56b5540 100644 --- a/doc/web/views/index.muse +++ b/doc/web/views/index.muse @@ -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 text terminal. -[*] Tomb - simple commandline tool for encrypted storage - . version 0.9.1 (Feb/2011) by Jaromil @ dyne.org + . version 0.9.2 (Feb/2011) by Jaromil @ dyne.org . [*] 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: . create create a new encrypted storage FILE and keys . open open an existing tomb FILE 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 *** Where do we learn more from @@ -140,7 +140,7 @@ build your own application and as source code you can study. *** 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]] Source releases are checked and signed by [[http://jaromil.dyne.org][Jaromil]] using [[http://www.gnupg.org][GnuPG]].