Commit 35bc6bf5 authored by Vitaly Lipatov's avatar Vitaly Lipatov

sort options in the help output

parent 2046e32e
......@@ -470,18 +470,18 @@ case $1 in
echo "distro_info - distro name and version detection"
echo "Usage: distro_info [options] [args]"
echo "Options:"
echo " -p [SystemName] - print type of the packaging system"
echo " -d - print distro name"
echo " -a - print hardware architecture"
echo " -b - print size of arch bit (32/64)"
echo " -m - print system memory size (in MB)"
echo " -o - print base os name"
echo " -v - print version of distro"
echo " -d - print distro name"
echo " -e - print full name of distro with version"
echo " -s [SystemName] - print name of distro for build system (like in the package release name)"
echo " -h - this help"
echo " -m - print system memory size (in MB)"
echo " -n [SystemName] - print vendor name (as _vendor macros in rpm)"
echo " -o - print base OS name"
echo " -p [SystemName] - print type of the packaging system"
echo " -s [SystemName] - print name of distro for build system (like in the package release name)"
echo " -v - print version of distro"
echo " -V - print the utility version"
echo " -h - this help"
echo "Run without args to print all information."
exit 0
;;
......
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