From 10232ce7c21adcccdf23c14fc9c372676883c645 Mon Sep 17 00:00:00 2001 From: Sam D Date: Wed, 30 Dec 2015 18:21:59 -0500 Subject: [PATCH] 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. --- pages/osx/diskutil.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pages/osx/diskutil.md b/pages/osx/diskutil.md index a9ed26dad..dd70d1241 100644 --- a/pages/osx/diskutil.md +++ b/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}}`