tdocs improvement - tomb - the crypto undertaker
 (HTM) git clone git://parazyd.org/tomb.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 63464fa5eabd5b5b6f9bd27ce50838985c3853df
 (DIR) parent 8cfe97c71b76ec4fbe9b127beb32cd68709023c4
 (HTM) 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:
         M README.md                           |       2 +-
         M tomb                                |       2 +-
       
       2 files changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/README.md b/README.md
       t@@ -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
 (DIR) diff --git a/tomb b/tomb
       t@@ -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"