From ff1ee165c295a72f3ebff9c41e6955ecbb182594 Mon Sep 17 00:00:00 2001 From: reiven Date: Mon, 5 May 2014 13:12:42 -0300 Subject: [PATCH] fixed incorrect help for dig command --- tomb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tomb b/tomb index a713439..1dae3fa 100755 --- 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" }