Browse Source

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.
Sam D 9 years ago
parent
commit
10232ce7c2
1 changed files with 0 additions and 4 deletions
  1. 0 4
      pages/osx/diskutil.md

+ 0 - 4
pages/osx/diskutil.md

@@ -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}}`