From 24bd33656030925672c62dbe6540cce1f6b60600 Mon Sep 17 00:00:00 2001 From: Fabian Date: Tue, 16 Oct 2018 19:30:40 +0200 Subject: [PATCH] update-alternatives: Added hint for showing all commands #2448 (#2448) --- pages/linux/update-alternatives.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/linux/update-alternatives.md b/pages/linux/update-alternatives.md index d6e598830c..a2761858f9 100644 --- a/pages/linux/update-alternatives.md +++ b/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`