You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by gr...@apache.org on 2020/08/26 21:20:08 UTC

[kudu] 02/05: [docs] fix wrong usage of command in administration.adoc

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

granthenke pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git

commit bcb2b2e390eb8fb17f347087bb847af4158e64d6
Author: ningw <wa...@sensorsdata.cn>
AuthorDate: Wed Aug 26 13:58:01 2020 +0800

    [docs] fix wrong usage of command in administration.adoc
    
    should be `kudu cluster ksck` instead of `kudu ksck`
    
    Change-Id: Id2322ea53f89a91176419d7decb5125389d5c4cd
    Reviewed-on: http://gerrit.cloudera.org:8080/16368
    Tested-by: Kudu Jenkins
    Reviewed-by: Grant Henke <gr...@apache.org>
---
 docs/administration.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/administration.adoc b/docs/administration.adoc
index 0eb1cfd..72fca5b 100644
--- a/docs/administration.adoc
+++ b/docs/administration.adoc
@@ -1774,7 +1774,7 @@ clusters_info:
   Example::
 +
 ----
-$ sudo -u kudu kudu ksck @cluster_name1
+$ sudo -u kudu kudu cluster ksck @cluster_name1
 ----
 +