From 6639f0cad278cf5aee55cfc28f74183caf4439ff Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 21 Jul 2010 09:35:01 +0100 Subject: [PATCH] Add comment showing how to set username/password. --- bin/reindex.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/reindex.pl b/bin/reindex.pl index ab605e0..67e4976 100755 --- a/bin/reindex.pl +++ b/bin/reindex.pl @@ -1,5 +1,8 @@ #!/usr/bin/perl +# Run as: +# perl -I../lib reindex.pl user=admin,password=SWORDFISH,localhost:8018/IR-Explain---1 + use strict; use warnings; use ZOOM; -- 1.7.10.4