Merge pull request #798 from oxguy3/patch-5

pwd: fixed minor typo
waldyrious/alt-syntax
Igor Shubovych 2016-02-23 03:59:59 +02:00
commit e46376a0ca
1 changed files with 1 additions and 1 deletions

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`