From b9fcf6a81c0ce130231682df5b0f1c535b20ca85 Mon Sep 17 00:00:00 2001 From: Garrett Mills Date: Thu, 7 Apr 2022 05:20:33 -0500 Subject: [PATCH] alternatives: add alias page (#7967) Create a page for `alternatives` documenting it as an alias of `update-alternatives`. --- pages/linux/alternatives.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pages/linux/alternatives.md diff --git a/pages/linux/alternatives.md b/pages/linux/alternatives.md new file mode 100644 index 000000000..d36a696b0 --- /dev/null +++ b/pages/linux/alternatives.md @@ -0,0 +1,7 @@ +# alternatives + +> This command is an alias of `update-alternatives`. + +- View documentation for the original command: + +`tldr update-alternatives`