1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

unix2mac: update placeholders (#10221)

This commit is contained in:
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

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}}`