Add missing full-stop

This commit is contained in:
tricinel 2015-10-24 09:36:27 +02:00
parent c378c2058f
commit 6b3e6b9d70

View File

@ -322,7 +322,7 @@ textutil -convert html file.ext
### Files and Folders
#### Empty Trash on all Mounted Volumes and the Main HDD
Also, clear Apples System Logs that will improve your shell startup speed
Also, clear Apples System Logs that will improve your shell startup speed.
```bash
sudo rm -rfv /Volumes/*/.Trashes; sudo rm -rfv ~/.Trash; sudo rm -rfv /private/var/log/asl/*.asl
```