ln: add missing noun (#4883)

This commit is contained in:
Juri Hahn
2020-10-29 02:28:52 +13:00
committed by GitHub
parent e55878a778
commit 1a6fb76e54

View File

@@ -6,7 +6,7 @@
`ln -s {{path/to/file_or_directory}} {{path/to/symlink}}`
- Overwrite an existing symbolic to point to a different file:
- Overwrite an existing symbolic link to point to a different file:
`ln -sf {{path/to/new_file}} {{path/to/symlink}}`