Browse Source

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

Fabian 6 years ago
parent
commit
24bd336560
1 changed files with 4 additions and 0 deletions
  1. 4 0
      pages/linux/update-alternatives.md

+ 4 - 0
pages/linux/update-alternatives.md

@@ -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`