mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 08:15:24 +02:00
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.
This commit is contained in:
parent
e05ba80a2a
commit
10232ce7c2
1 changed files with 0 additions and 4 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue