fixed incorrect help for dig command

This commit is contained in:
reiven 2014-05-05 13:12:42 -03:00
parent 913a85dbb4
commit ff1ee165c2

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