Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix: change `csc node get-id` to `csc node get-info` .
  • Loading branch information
silenceper authored Nov 25, 2020
1 parent b1cfe85 commit 51d092c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/hostpath/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 51d092c

Please sign in to comment.