Commit 00fcfd5b authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm: add changlog (cl) command

parent c6cf6813
...@@ -147,7 +147,7 @@ check_command() ...@@ -147,7 +147,7 @@ check_command()
-qf|which|belongs) # HELPCMD: query package(s) owning file -qf|which|belongs) # HELPCMD: query package(s) owning file
epm_cmd=query_file epm_cmd=query_file
;; ;;
-sf|filesearch|search_file) # HELPCMD: search in which package a file is included -sf|sf|filesearch|search_file) # HELPCMD: search in which package a file is included
epm_cmd=search_file epm_cmd=search_file
;; ;;
-ql|filelist) # HELPCMD: print package file list -ql|filelist) # HELPCMD: print package file list
...@@ -159,6 +159,9 @@ check_command() ...@@ -159,6 +159,9 @@ check_command()
checkpkg|integrity) # HELPCMD: check package integrity checkpkg|integrity) # HELPCMD: check package integrity
epm_cmd=checkpkg epm_cmd=checkpkg
;; ;;
changelog|cl) # HELPCMD: show changelog for package
epm_cmd=changelog
;;
simulate) # HELPCMD: simulate install (check requires) simulate) # HELPCMD: simulate install (check requires)
epm_cmd=simulate epm_cmd=simulate
;; ;;
......
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