Commit fad39ac4 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-repolist: add info about --verbose

parent 6f83b908
...@@ -88,9 +88,11 @@ case $PMTYPE in ...@@ -88,9 +88,11 @@ case $PMTYPE in
;; ;;
yum-rpm) yum-rpm)
docmd yum repolist $verbose docmd yum repolist $verbose
[ -n "$verbose" ] || info "Use --verbose if you need detail information."
;; ;;
dnf-rpm) dnf-rpm)
docmd dnf repolist $verbose docmd dnf repolist $verbose
[ -n "$verbose" ] || info "Use --verbose if you need detail information."
;; ;;
urpm-rpm) urpm-rpm)
docmd urpmq --list-url docmd urpmq --list-url
......
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