diff --git a/client/solo/commands/ugc.py b/client/solo/commands/ugc.py index 20ffed758..82086e1fe 100644 --- a/client/solo/commands/ugc.py +++ b/client/solo/commands/ugc.py @@ -136,6 +136,8 @@ Manage User Generate Content (votes, comments, files). "vote", help=_("manage package votes in " "the selected repository")) + vote_parser.add_argument( + "repo", help=_("repository name")) vote_d = {} _commands["vote"] = vote_d