tMerge pull request #108 from reiven/master - tomb - the crypto undertaker
HTML git clone git://parazyd.org/tomb.git
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit bfe9ed7e93df73ca8f1fb15461c9f190572d43e9
DIR parent 913a85dbb4bbfc97123cd62f848d6c874fbaa09f
HTML 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:
M tomb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/tomb b/tomb
t@@ -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"
}