From 449b405eb1b958d65912706c3a44cbfb0d0b941f Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 24 Mar 2023 23:15:07 +0100 Subject: [PATCH] Improve a syntax of the md --- src/uu/shred/shred.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uu/shred/shred.md b/src/uu/shred/shred.md index ed092b212..6d6398cce 100644 --- a/src/uu/shred/shred.md +++ b/src/uu/shred/shred.md @@ -11,7 +11,7 @@ very expensive hardware probing to recover the data. ## After help -Delete FILE(s) if `--remove` (`-u`) is specified. The default is not to remove +Delete `FILE(s)` if `--remove` (`-u`) is specified. The default is not to remove the files because it is common to operate on device files like `/dev/hda`, and those files usually should not be removed.