show package filters correctly in taginfo cli command

This commit is contained in:
Mike McLean 2008-12-03 17:26:48 -05:00
parent 9333e61014
commit a0cb74f0ab

View file

@ -3181,7 +3181,7 @@ def anon_handle_taginfo(options, session, args):
if parent['maxdepth']:
print " maxdepth: %(maxdepth)s" % parent
if parent['pkg_filter']:
print " packge filter: %(filter)s" % parent
print " package filter: %(pkg_filter)s" % parent
print
def handle_add_tag(options, session, args):