Merge pull request #108 from reiven/master

fixed incorrect help for dig command
This commit is contained in:
Jaromil 2014-05-05 18:33:28 +02:00
commit bfe9ed7e93

2
tomb
View File

@ -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"
}