Skip to content

Commit c24c389

Browse files
author
meihuisu
committed
add missing option for f
1 parent 7ebd9e4 commit c24c389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ucvm_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ def _addPROJ_LIB_python() :
694694
# Read in the possible arguments
695695
#
696696
try:
697-
opts, args = getopt.getopt(sys.argv[1:], "asdhrp:", ["all", "static", "dynamic", "help", "restart", "force", "path"])
697+
opts, args = getopt.getopt(sys.argv[1:], "asdhrfp:", ["all", "static", "dynamic", "help", "restart", "force", "path"])
698698
except getopt.GetoptError as err:
699699
print(str(err))
700700
usage()

0 commit comments

Comments
 (0)