From 70ca2fe48c57746b7ceec58bb3b6f62e345221c4 Mon Sep 17 00:00:00 2001 From: Matt Date: Tue, 5 Apr 2016 21:06:38 -0600 Subject: [PATCH] update ./gb -h desc for ./gb inject. --- main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index b0896d21..79bfcdf5 100644 --- a/main.cpp +++ b/main.cpp @@ -736,7 +736,8 @@ int main2 ( int argc , char *argv[] ) { "inject " " [collection]\n" "\tInject all documents in into the gb " - "host at ip:port. File must be in WARC format. " + "host at ip:port. File can be in WARC format to " + "inject multiple documents. " "Uses collection of 'main' if not specified. If " "ip:port is a hosts.conf file then a round-robin " "approach will be used."