Commit b6795382 authored by Boria138's avatar Boria138 Committed by Vitaly Lipatov

epm: fix --help argument (eterbug #17319)

parent c28ba69d
...@@ -88,23 +88,22 @@ check_tty ...@@ -88,23 +88,22 @@ check_tty
phelp() phelp()
{ {
echo "$Descr echo "$Descr
$Usage" $Usage
message "Options:" $(message "Options:")
$(get_help HELPOPT) $(get_help HELPOPT)
message "Short commands:" $(message "Short commands:")
$(get_help HELPSHORT) $(get_help HELPSHORT)
$(get_help HELPCMD) $(get_help HELPCMD)
message " $(message "
Examples: Examples:
$ epmi etckeeper install etckeeper package $ epmi etckeeper install etckeeper package
$ epmqp lib print out all installed packages with 'lib' in a name $ epmqp lib print out all installed packages with 'lib' in a name
$ epmqf ip print out a package the command 'ip' from is $ epmqf ip print out a package the command 'ip' from is
" ")"
} }
print_version() print_version()
......
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