1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-31 05:55:30 +02:00

update-alternatives: Added hint for showing all commands #2448 (#2448)

This commit is contained in:
Fabian 2018-10-16 19:30:40 +02:00 committed by Starbeamrainbowlabs
parent 72b4f22ff9
commit 24bd336560

View file

@ -17,3 +17,7 @@
- Display information about a specified command:
`update-alternatives --display {{java}}`
- Display all commands and their current selection:
`update-alternatives --get-selections`