From 51d092cbb7ae27018686360a5fef854126e28bfd Mon Sep 17 00:00:00 2001 From: silenceper Date: Wed, 25 Nov 2020 17:10:06 +0800 Subject: [PATCH] Update README.md fix: change `csc node get-id` to `csc node get-info` . --- pkg/hostpath/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/hostpath/README.md b/pkg/hostpath/README.md index 863c6c573..612bd5cf3 100644 --- a/pkg/hostpath/README.md +++ b/pkg/hostpath/README.md @@ -51,8 +51,8 @@ $ csc node unpublish --endpoint tcp://127.0.0.1:10000 --target-path /mnt/hostpat CSIVolumeID ``` -#### Get NodeID +#### Get NodeInfo ``` -$ csc node get-id --endpoint tcp://127.0.0.1:10000 +$ csc node get-info --endpoint tcp://127.0.0.1:10000 CSINode ```