tomb

the crypto undertaker
git clone git://parazyd.org/tomb.git
Log | Files | Refs | README | LICENSE

commit bfe9ed7e93df73ca8f1fb15461c9f190572d43e9
parent 913a85dbb4bbfc97123cd62f848d6c874fbaa09f
Author: Jaromil <jaromil@dyne.org>
Date:   Mon,  5 May 2014 18:33:28 +0200

Merge pull request #108 from reiven/master

fixed incorrect help for dig command
Diffstat:
Mtomb | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tomb b/tomb @@ -1156,7 +1156,7 @@ dig_tomb() { _success "Done digging $tombname" _message "your tomb is not yet ready, you need to forge a key and lock it:" _message "tomb forge ${tombname}.tomb.key" - _message "tomb lock ${tombname}.tomb ${tombname}.tomb.key" + _message "tomb lock ${tombname}.tomb -k ${tombname}.tomb.key" }