dos2unix, unix2dos, mac2unix, unix2mac: rephrase wording in first example

Adding 'the' is more accurate because it's *all* of the line endings that get replaced, not just *some* of them.

Apply suggestions from code review

Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
This commit is contained in:
fejx
2020-05-10 21:22:17 +02:00
committed by Starbeamrainbowlabs
parent d795b6a864
commit 1f499c3c14
4 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
> Change Unix-style line endings to macOS-style.
> Replaces CR with LF.
- Change line endings of a file:
- Change the line endings of a file:
`unix2mac {{filename}}`