unix2mac: update placeholders (#10221)

pull/23/head
K.B.Dharun Krishna 2023-05-18 11:54:45 +05:30 committed by GitHub
parent 1f6fbcdbd1
commit 293dbe19de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@
- Change the line endings of a file:
`unix2mac {{filename}}`
`unix2mac {{path/to/file}}`
- Create a copy with macOS-style line endings:
`unix2mac -n {{filename}} {{new_filename}}`
`unix2mac -n {{path/to/unix_file}} {{path/to/mac_file}}`