Update suggested command with missing flag

`tomb lock` suggested command was missing "-k" flag
This commit is contained in:
Steve Divskinsy 2019-04-18 20:54:30 +09:30 committed by GitHub
parent a0c74985ca
commit 522ad3abad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
tomb
View File

@ -1914,7 +1914,7 @@ lock_tomb_with_key() {
[[ -n $tombpath ]] || {
_warning "No tomb specified for locking."
_warning "Usage: tomb lock file.tomb file.tomb.key"
_warning "Usage: tomb lock file.tomb -k file.tomb.key"
return 1
}