Merge pull request #798 from oxguy3/patch-5

pwd: fixed minor typo
This commit is contained in:
Igor Shubovych
2016-02-23 03:59:59 +02:00

View File

@@ -6,6 +6,6 @@
`pwd` `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` `pwd -P`