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`