This is an automated email from the ASF dual-hosted git repository.

mattmann pushed a commit to branch gsoc18
in repository https://gitbox.apache.org/repos/asf/drat.git

commit b0a7829643cf585ba742ecc20a0b46a3f5fe832e
Author: Chris Mattmann <chris.a.mattm...@jpl.nasa.gov>
AuthorDate: Tue Aug 14 06:49:37 2018 -0700

    Fix typo(s).
---
 distribution/src/main/resources/bin/drat | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/distribution/src/main/resources/bin/drat 
b/distribution/src/main/resources/bin/drat
index 8081a3e..0076651 100755
--- a/distribution/src/main/resources/bin/drat
+++ b/distribution/src/main/resources/bin/drat
@@ -33,8 +33,8 @@ function print_help {
     echo "            reduce                                                   
| fire off the MapReduce reducer"
     echo "            help                                                     
| print this message"
     echo "            reset                                                    
| prepare to analyze an entirely new repo"
-    echo "            delstats                                                 
 | clear collected DRAT stats index"
     echo "                                                                     
| CAUTION: will delete previous crawls!"
+    echo "            delstats                                                 
   | clear collected DRAT stats index"
 }
 
 function print_ui_info {
@@ -243,7 +243,7 @@ function reset {
 }
 
 # Clears the Solr Statistics repo for aggregating crawl stats. Expects no 
arguments.
-function delstats{
+function delstats {
     check_services_running "running"
     check_num_args "delstats" $# 0
     echo "This will remove any previous or current Solr DRAT stats 
information."

Reply via email to