Skip to content

Commit d24598f

Browse files
committed
update getopt optstring (SOFTWARE-4751)
1 parent 771a3d0 commit d24598f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osg-comanage-project-usermap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def get_co_person_osguser(pid):
139139

140140
def parse_options(args):
141141
try:
142-
ops, args = getopt.getopt(args, 'u:d:')
142+
ops, args = getopt.getopt(args, 'u:d:f:e:o:h')
143143
except getopt.GetoptError:
144144
usage()
145145

0 commit comments

Comments
 (0)