You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2018/02/23 18:39:10 UTC

[2/2] hbase git commit: HBASE-20051 Correct usage statement of endtime for VerifyReplication

HBASE-20051 Correct usage statement of endtime for VerifyReplication

Signed-off-by: Josh Elser <el...@apache.org>
Signed-off-by: Peter Somogyi <ps...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/42c75d41
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/42c75d41
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/42c75d41

Branch: refs/heads/branch-1.2
Commit: 42c75d418270fe8fc834285bbbd7264af91bc035
Parents: dacaaea
Author: Sean Busbey <bu...@apache.org>
Authored: Thu Feb 22 09:51:50 2018 -0600
Committer: Sean Busbey <bu...@apache.org>
Committed: Fri Feb 23 12:38:41 2018 -0600

----------------------------------------------------------------------
 .../hadoop/hbase/mapreduce/replication/VerifyReplication.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/42c75d41/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/replication/VerifyReplication.java
----------------------------------------------------------------------
diff --git a/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/replication/VerifyReplication.java b/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/replication/VerifyReplication.java
index 4fb4246..37b725f 100644
--- a/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/replication/VerifyReplication.java
+++ b/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/replication/VerifyReplication.java
@@ -363,7 +363,7 @@ public class VerifyReplication extends Configured implements Tool {
       System.err.println("ERROR: " + errorMsg);
     }
     System.err.println("Usage: verifyrep [--starttime=X]" +
-        " [--stoptime=Y] [--families=A] <peerid> <tablename>");
+        " [--endtime=Y] [--families=A] <peerid> <tablename>");
     System.err.println();
     System.err.println("Options:");
     System.err.println(" starttime    beginning of the time range");