From 936087bc50e2c45aa6d251d6c564b0732472d269 Mon Sep 17 00:00:00 2001 From: Vitaly Lipatov <lav@etersoft.ru> Date: Sun, 9 Apr 2023 13:42:22 +0300 Subject: [PATCH] epm play: improve help --- bin/epm-play | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/bin/epm-play b/bin/epm-play index af451a0d..54fa93ee 100644 --- a/bin/epm-play +++ b/bin/epm-play @@ -229,8 +229,15 @@ Options: --list - list all installed apps --list-all - list all available apps --list-scripts - list all available scripts - --short (with --list) - list names only" - --installed <app> - check if the app is installed" + --short (with --list) - list names only + --installed <app> - check if the app is installed + --product-alternatives- list alternatives (use like epm play app=beta) + +Examples: + epm play --remove opera + epm play yandex-browser = beta + epm play telegram = beta + epm play telegram = 4.7.1 EOF } -- 2.24.1