Merge pull request #347 from stevesbrain/master

Update suggested command with missing flag
This commit is contained in:
Jaromil 2019-04-18 16:01:46 +02:00 committed by GitHub
commit 2dfb744a34
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
}