Commit 3795c16f authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm: add hints about possible --help

parent 3ae46959
...@@ -279,7 +279,7 @@ check_command() ...@@ -279,7 +279,7 @@ check_command()
epm_cmd=packages epm_cmd=packages
direct_args=1 direct_args=1
;; ;;
list) # HELPCMD: print list of packages list) # HELPCMD: print list of packages (see epm list --help)
epm_cmd=list epm_cmd=list
direct_args=1 direct_args=1
;; ;;
...@@ -320,7 +320,7 @@ check_command() ...@@ -320,7 +320,7 @@ check_command()
epm_cmd=removerepo epm_cmd=removerepo
direct_args=1 direct_args=1
;; ;;
repo) # HELPCMD: manipulate with repository list (run epm repo --help to help) repo) # HELPCMD: manipulate with repository list (see epm repo --help)
epm_cmd=repo epm_cmd=repo
direct_args=1 direct_args=1
;; ;;
...@@ -365,7 +365,7 @@ check_command() ...@@ -365,7 +365,7 @@ check_command()
epm_cmd=mark epm_cmd=mark
direct_args=1 direct_args=1
;; ;;
history) # HELPCMD: show a log of actions taken by the software management history) # HELPCMD: show a log of actions taken by the software management (see epm history --help)
epm_cmd=history epm_cmd=history
direct_args=1 direct_args=1
;; ;;
...@@ -407,7 +407,7 @@ check_command() ...@@ -407,7 +407,7 @@ check_command()
epm_cmd=print epm_cmd=print
direct_args=1 direct_args=1
;; ;;
tool) # HELPCMD: run embedded tool (f.i., epm tool eget) tool) # HELPCMD: run embedded tool (see epm tool --help)
epm_cmd=tool epm_cmd=tool
direct_args=1 direct_args=1
;; ;;
......
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