Skip to content

Commit 8cfb8c7

Browse files
committed
doc/nvme-write: fix short hand argument for --block-size
The short-hand for the --block-size is -b not -c. Signed-off-by: Daniel Wagner <[email protected]>
1 parent a23747d commit 8cfb8c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/nvme-write.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SYNOPSIS
1010
[verse]
1111
'nvme-write' <device> [--start-block=<slba> | -s <slba>]
1212
[--block-count=<nlb> | -c <nlb>]
13-
[--block-size=<size> | -c <size>]
13+
[--block-size=<size> | -b <size>]
1414
[--data-size=<size> | -z <size>]
1515
[--metadata-size=<size> | -y <size>]
1616
[--ref-tag=<reftag> | -r <reftag>]

0 commit comments

Comments
 (0)