Commit 13745c37 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-history: fix default list

parent a15211fa
......@@ -110,6 +110,12 @@ if [ $PMTYPE = "apt-rpm" ] ; then
__alt_epm_history_updated | less
return
;;
--list) # HELPCMD: (or empty) print all history entries
docmd journalctl -t apt-get
return
;;
"")
;;
*)
fatal "Unknown option $1"
esac
......
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