1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-30 06:17:55 +01:00

pwd: fixed typo

This commit is contained in:
Hayden Schiff 2016-02-22 20:51:07 -05:00
parent c0d0e38c6e
commit c570460c9c

View file

@ -6,6 +6,6 @@
`pwd`
- Print the current directory, and resolve all symlinks (e.g. show the "physical" path):
- Print the current directory, and resolve all symlinks (i.e. show the "physical" path):
`pwd -P`