1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-01 09:18:00 +01:00

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
commit e46376a0ca

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`