summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2017-08-22 08:15:17 -0700
committerTom Rini <trini@konsulko.com>2017-08-28 07:17:15 -0400
commitfceadc1459c099303f1e0cdd1937bb561b5ce288 (patch)
tree8cc6ae4a27ffa812d792fa1aed947e1ee7c91e95 /doc
parent18aa5a4134e8179c7c3e38675822284a2718a3d8 (diff)
nvme: Adjust the 'nvme' command to use blk_common_cmd()
Instead of having separate code in the 'nvme' command, adjust it to use the common function. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/README.nvme4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.nvme b/doc/README.nvme
index 3afa912a58..d9bda23fe4 100644
--- a/doc/README.nvme
+++ b/doc/README.nvme
@@ -50,14 +50,14 @@ identified.
To list all of the NVMe hard disks, try:
- => nvme list
+ => nvme info
Device 0: Vendor: 0x8086 Rev: 8DV10131 Prod: CVFT535600LS400BGN
Type: Hard Disk
Capacity: 381554.0 MB = 372.6 GB (781422768 x 512)
and print out detailed information for controller and namespaces via:
- => nvme info
+ => nvme detail
Raw block read/write to can be done via the 'nvme read/write' commands: