diff options
-rwxr-xr-x | app-portage/eaudit/files/eaudit | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app-portage/eaudit/files/eaudit b/app-portage/eaudit/files/eaudit index 89055f9..b8fc1b5 100755 --- a/app-portage/eaudit/files/eaudit +++ b/app-portage/eaudit/files/eaudit @@ -56,7 +56,6 @@ def use_status(path): def listpkgs(with_use = False, with_status = False, format = '%s %s %s'): world_index = world() - print world_index for cat, pkg, ver, path in allpkgs(): output = '' @@ -76,7 +75,6 @@ def listpkgs(with_use = False, with_status = False, format = '%s %s %s'): def main(args = sys.argv[1:]): parser = OptionParser(version = '%%prog %s' % __version__, - usage = '%prog [-u|-s]', description = __doc__) parser.add_option('-u', '--use', action='store_true', help = 'List USE flags') |