diff --git a/osg-comanage-project-usermap.py b/osg-comanage-project-usermap.py index b98b797..bccd3ce 100755 --- a/osg-comanage-project-usermap.py +++ b/osg-comanage-project-usermap.py @@ -80,7 +80,7 @@ def get_osg_co_groups__map(): def parse_options(args): try: - ops, args = getopt.getopt(args, 'u:c:s:l:a:d:f:g:e:o:h:n:m') + ops, args = getopt.getopt(args, 'u:c:s:l:a:d:f:g:e:o:h:n:m:') except getopt.GetoptError: usage()