removes no-longer-there diskutil verb

As of El Capitan, `sudo diskutil repairPermissions /` returns `diskutil: did not recognize verb "repairPermissions"; type "diskutil" for a list` since repairPermissions has been removed.

In the interest of keeping this tldr-compatible I've removed it. In the interest of not leaving things out, there could instead be a "this no longer works" notice.
waldyrious/alt-syntax
Sam D 2015-12-30 18:21:59 -05:00
parent e05ba80a2a
commit 10232ce7c2
1 changed files with 0 additions and 4 deletions

View File

@ -6,10 +6,6 @@
`diskutil list`
- Repair permissions on a volume
`diskutil repairPermissions {{/Volumes/Name}}`
- Repair the file system data structures of a volume
`diskutil repairVolume {{/dev/diskX}}`