From 863f91eca9cbcd1847c5af1b42a2e4288e4e07f4 Mon Sep 17 00:00:00 2001 From: crapStone Date: Thu, 29 Jun 2023 15:34:19 +0000 Subject: [PATCH] fix typos some arguments had the wrong case --- src/uu/dd/dd.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/uu/dd/dd.md b/src/uu/dd/dd.md index b60fc14fa..504910884 100644 --- a/src/uu/dd/dd.md +++ b/src/uu/dd/dd.md @@ -13,7 +13,7 @@ Copy, and optionally convert, a file system resource ### Operands -- `Bs=BYTES` : read and write up to BYTES bytes at a time (default: 512); +- `bs=BYTES` : read and write up to BYTES bytes at a time (default: 512); overwrites `ibs` and `obs`. - `cbs=BYTES` : the 'conversion block size' in bytes. Applies to the `conv=block`, and `conv=unblock` operations. @@ -114,7 +114,7 @@ Copy, and optionally convert, a file system resource ### General Flags -- `Direct` : use direct I/O for data. +- `direct` : use direct I/O for data. - `directory` : fail unless the given input (if used as an iflag) or output (if used as an oflag) is a directory. - `dsync` : use synchronized I/O for data.