Commit b2fd7f3f authored by Vitaly Lipatov's avatar Vitaly Lipatov

small fixes

parent 7290311f
...@@ -90,6 +90,9 @@ and run in the download directory via bash: ...@@ -90,6 +90,9 @@ and run in the download directory via bash:
4. Ensure that `epm packages` and `epm --short packages` works correctly 4. Ensure that `epm packages` and `epm --short packages` works correctly
(`epm package 'awk'` have to print packages with `awk` substring in their names) (`epm package 'awk'` have to print packages with `awk` substring in their names)
## Informational resources
* https://wiki.archlinux.org/title/Pacman/Rosetta
See detailed description in Russian at See detailed description in Russian at
http://wiki.etersoft.ru/Epm http://wiki.etersoft.ru/Epm
......
...@@ -318,7 +318,7 @@ check_command() ...@@ -318,7 +318,7 @@ check_command()
epm_cmd=autoremove epm_cmd=autoremove
direct_args=1 direct_args=1
;; ;;
mark) # HELPCMD: mark package as manually or automatically installed (see epm mark --help) mark) # HELPCMD: mark package as manually or automatically installed or hold/unhold it (see epm mark --help)
epm_cmd=mark epm_cmd=mark
;; ;;
history) # HELPCMD: show a log of actions taken by the software management history) # HELPCMD: show a log of actions taken by the software management
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
PKGNAME=pycharm-professional PKGNAME=pycharm-professional
SUPPORTEDARCHES="x86_64" SUPPORTEDARCHES="x86_64"
DESCRIPTION="PyCharm Professional — The Python IDE for Professional Developers( Free 30-day trial available)" DESCRIPTION="PyCharm Professional — The Python IDE for Professional Developers (Trial)"
. $(dirname $0)/common.sh . $(dirname $0)/common.sh
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment