docs improvement

I'm assuming gettext will approximate a match with the string
without updating all .po files. This is only increasing the length
This commit is contained in:
Jaromil 2015-12-02 16:34:22 +01:00
parent 8cfe97c71b
commit 63464fa5ea
2 changed files with 2 additions and 2 deletions

View File

@ -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 lock installs a lock on a TOMB to use it with KEY
// Operations on tombs: // Operations on tombs:
open open an existing TOMB open open an existing TOMB (-k specify KEY file)
index update the search indexes of tombs index update the search indexes of tombs
search looks for filenames matching text patterns search looks for filenames matching text patterns
list list of open TOMBs and information on them list list of open TOMBs and information on them

2
tomb
View File

@ -604,7 +604,7 @@ usage() {
_print " lock installs a lock on a TOMB to use it with KEY" _print " lock installs a lock on a TOMB to use it with KEY"
_print "\000" _print "\000"
_print " // Operations on tombs:" _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 " index update the search indexes of tombs"
_print " search looks for filenames matching text patterns" _print " search looks for filenames matching text patterns"
_print " list list of open TOMBs and information on them" _print " list list of open TOMBs and information on them"