Commit 253cf478 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-tool: small description fixes

parent 98d7415b
...@@ -26,6 +26,7 @@ epm_tool_help() ...@@ -26,6 +26,7 @@ epm_tool_help()
Examples: Examples:
epm tool eget -U http://ya.ru epm tool eget -U http://ya.ru
epm tool estrlist union a b a c epm tool estrlist union a b a c
epm tool erc archive.zip
EOF EOF
} }
...@@ -36,7 +37,7 @@ epm_tool() ...@@ -36,7 +37,7 @@ epm_tool()
case "$WHAT" in case "$WHAT" in
"") "")
fatal "Use epm tool help to get help." fatal "Use epm tool --help to get help."
;; ;;
"-h"|"--help"|"help") "-h"|"--help"|"help")
epm_tool_help epm_tool_help
......
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