tMerge pull request #91 from gdrooid/master - tomb - the crypto undertaker
 (HTM) git clone git://parazyd.org/tomb.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit f872f9f3d3d2f43e74bbd23e65dec50f5b7fee06
 (DIR) parent c72ea9e52eff4ed8a9f068bd087ee7e8c47268f9
 (HTM) Author: BoySka <boyska@gmail.com>
       Date:   Thu, 30 May 2013 01:45:55 -0700
       
       Merge pull request #91 from gdrooid/master
       
       Fixed 2 small typos
       Diffstat:
         M tomb                                |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/tomb b/tomb
       t@@ -247,7 +247,7 @@ Commands:
        EOF
            if [ "$RESIZER" = 1 ]; then
                cat <<EOF
       -        resize  resize a TOMB to a new --size (can only grow)
       + resize  resize a TOMB to a new --size (can only grow)
        EOF
            fi
            if [ "$STEGHIDE" = 1 ]; then
       t@@ -1527,7 +1527,7 @@ index_tombs() {
                { test -r ${tombmount}/.noindex } && {
                    say "skipping $tombname (.noindex found)"
                    continue }
       -        say "sndexing $tombname"
       +        say "indexing $tombname"
                updatedb -l 0 -o ${tombmount}/.updatedb -U ${tombmount}
                say "search index updated"
            done