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`