echo" -a - print hardware architecture (--distro-arch for distro depended name)"
echo" -a - print hardware architecture (--distro-arch for distro depended name)"
echo" -b - print size of arch bit (32/64)"
echo" -b - print size of arch bit (32/64)"
...
@@ -9999,9 +10040,9 @@ case $1 in
...
@@ -9999,9 +10040,9 @@ case $1 in
echo" -h - this help"
echo" -h - this help"
echo" -m - print system memory size (in MB)"
echo" -m - print system memory size (in MB)"
echo" -o - print base OS name"
echo" -o - print base OS name"
echo" -p [SystemName] - print type of the packaging system"
echo" -p - print type of the packaging system"
echo" -g [SystemName] - print name of the packaging system"
echo" -g - print name of the packaging system"
echo" -s|-n [SystemName] - print base name of the distro (vendor name) (ubuntu for all Ubuntu family, alt for all ALT family) (as _vendor macros in rpm)"
echo" -s|-n - print base name of the distro (vendor name) (ubuntu for all Ubuntu family, alt for all ALT family) (see _vendor macros in rpm)"
echo" -y - print running service manager"
echo" -y - print running service manager"
echo" --pretty - print pretty distro name"
echo" --pretty - print pretty distro name"
echo" -v - print version of distro"
echo" -v - print version of distro"
...
@@ -10080,6 +10121,10 @@ case $1 in
...
@@ -10080,6 +10121,10 @@ case $1 in
override_distrib "$2"
override_distrib "$2"
print_name_version
print_name_version
;;
;;
-*)
echo"Unsupported option $1">&2
exit 1
;;
*)
*)
override_distrib "$1"
override_distrib "$1"
print_total_info
print_total_info
...
@@ -11080,7 +11125,7 @@ Examples:
...
@@ -11080,7 +11125,7 @@ Examples:
print_version()
print_version()
{
{
echo"EPM package manager version 3.22.3 https://wiki.etersoft.ru/Epm"
echo"EPM package manager version 3.23.0 https://wiki.etersoft.ru/Epm"
echo"Running on $($DISTRVENDOR-e) ('$PMTYPE' package manager uses '$PKGFORMAT' package format)"
echo"Running on $($DISTRVENDOR-e) ('$PMTYPE' package manager uses '$PKGFORMAT' package format)"
echo"Copyright (c) Etersoft 2012-2021"
echo"Copyright (c) Etersoft 2012-2021"
echo"This program may be freely redistributed under the terms of the GNU AGPLv3."
echo"This program may be freely redistributed under the terms of the GNU AGPLv3."
echo" -a - print hardware architecture (--distro-arch for distro depended name)"
echo" -a - print hardware architecture (--distro-arch for distro depended name)"
echo" -b - print size of arch bit (32/64)"
echo" -b - print size of arch bit (32/64)"
...
@@ -2070,9 +2082,9 @@ case $1 in
...
@@ -2070,9 +2082,9 @@ case $1 in
echo" -h - this help"
echo" -h - this help"
echo" -m - print system memory size (in MB)"
echo" -m - print system memory size (in MB)"
echo" -o - print base OS name"
echo" -o - print base OS name"
echo" -p [SystemName] - print type of the packaging system"
echo" -p - print type of the packaging system"
echo" -g [SystemName] - print name of the packaging system"
echo" -g - print name of the packaging system"
echo" -s|-n [SystemName] - print base name of the distro (vendor name) (ubuntu for all Ubuntu family, alt for all ALT family) (as _vendor macros in rpm)"
echo" -s|-n - print base name of the distro (vendor name) (ubuntu for all Ubuntu family, alt for all ALT family) (see _vendor macros in rpm)"