nethogs, diskutil: fix device path (#17557)

This commit is contained in:
Managor
2025-08-09 05:31:42 +03:00
committed by GitHub
parent e2f3aa4238
commit b09a1e6e9f
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
- Monitor bandwidth on multiple devices:
`sudo nethogs {{device1}} {{device2}}`
`sudo nethogs {{device1 device2 ...}}`
- Specify refresh rate:
+3 -3
View File
@@ -10,12 +10,12 @@
- Repair the filesystem data structures of a volume:
`diskutil repairVolume {{/dev/disk_device}}`
`diskutil repairVolume {{/dev/disk}}`
- Unmount a volume:
`diskutil unmountDisk {{/dev/disk_device}}`
`diskutil unmountDisk {{/dev/disk}}`
- Eject a CD/DVD (unmount first):
`diskutil eject {{/dev/disk_device1}}`
`diskutil eject {{/dev/diskX}}`