diff --git a/bin/addpkg b/bin/addpkg index d51bc0e..b44c0b5 100644 --- a/bin/addpkg +++ b/bin/addpkg @@ -108,8 +108,8 @@ if __name__ == '__main__': metavar='repo') parser.add_argument('packages', default=None, - nargs='+', - help='packages to remove') + nargs='*', + help='packages to add') args = parser.parse_args() repo = args.repository