commit 63464fa5eabd5b5b6f9bd27ce50838985c3853df
parent 8cfe97c71b76ec4fbe9b127beb32cd68709023c4
Author: Jaromil <jaromil@dyne.org>
Date: Wed, 2 Dec 2015 16:34:22 +0100
docs improvement
I'm assuming gettext will approximate a match with the string
without updating all .po files. This is only increasing the length
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -66,7 +66,7 @@ For the instructions on how to get started using Tomb, see [INSTALL](INSTALL.md)
lock installs a lock on a TOMB to use it with KEY
// Operations on tombs:
- open open an existing TOMB
+ open open an existing TOMB (-k specify KEY file)
index update the search indexes of tombs
search looks for filenames matching text patterns
list list of open TOMBs and information on them
diff --git a/tomb b/tomb
@@ -604,7 +604,7 @@ usage() {
_print " lock installs a lock on a TOMB to use it with KEY"
_print "\000"
_print " // Operations on tombs:"
- _print " open open an existing TOMB"
+ _print " open open an existing TOMB (-k KEY file or - for stdin)"
_print " index update the search indexes of tombs"
_print " search looks for filenames matching text patterns"
_print " list list of open TOMBs and information on them"