Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-24 00:19:28 +00:00
parent cd59a77dc8
commit 88bfcc64fb
11 changed files with 161 additions and 46 deletions

View File

@@ -10,7 +10,7 @@ source: https://github.com/tldr-pages/tldr.git
- Display the default device:
`eject -d`
`eject {{[-d|--default]}}`
- Eject the default device:
@@ -22,16 +22,20 @@ source: https://github.com/tldr-pages/tldr.git
- Toggle whether a device's tray is open or closed:
`eject -T {{/dev/cdrom}}`
`eject {{[-T|--traytoggle]}} {{/dev/cdrom}}`
- Eject a cd drive:
`eject -r {{/dev/cdrom}}`
`eject {{[-r|--cdrom]}} {{/dev/cdrom}}`
- Eject a floppy drive:
`eject -f {{/mnt/floppy}}`
`eject {{[-f|--floppy]}} {{/mnt/floppy}}`
- Eject a tape drive:
`eject -q {{/mnt/tape}}`
`eject {{[-q|--tape]}} {{/mnt/tape}}`
- Set whether the physical eject button is [i]gnored (`on` prevents ejecting):
`eject {{[-i|--manualeject]}} {{on|off}}`