@@ -2039,6 +2039,8 @@ _nvme () {
20392039 -s':alias of --start-block'
20402040 --block-count=':number of logical blocks on device to compare to local data'
20412041 -c':alias of --block-count'
2042+ --block-size=':if specified, logical block size in bytes (if not included, the logical block size is found through identify namespace)'
2043+ -b':alias of --block-size'
20422044 --metadata-size=':number of bytes of metadata to compare'
20432045 -y':alias of --metadata-size'
20442046 --data-size=':size of local data buffer in bytes'
@@ -2074,6 +2076,8 @@ _nvme () {
20742076 -s':alias of --start-block'
20752077 --block-count=':number of logical blocks on device to read'
20762078 -c':alias of --block-count'
2079+ --block-size=':if specified, logical block size in bytes (if not included, the logical block size is found through identify namespace)'
2080+ -b':alias of --block-size'
20772081 --data-size=':size of data to be read'
20782082 -z':alias of --data-size'
20792083 --metadata-size=':size of metadata to be read'
@@ -2111,6 +2115,8 @@ _nvme () {
21112115 -s':alias of --start-block'
21122116 --block-count=':number of logical blocks on device to write'
21132117 -c':alias of --block-count'
2118+ --block-size=':if specified, logical block size in bytes (if not included, the logical block size is found through identify namespace)'
2119+ -b':alias of --block-size'
21142120 --data-size=':size of data to be written'
21152121 -z':alias of --data-size'
21162122 --metadata-size=':size of metadata to be written'
0 commit comments