mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-13 13:48:12 +00:00
Update cheatsheets
This commit is contained in:
@@ -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}}`
|
||||
|
||||
Reference in New Issue
Block a user