Skip to content

Commit ff0a359

Browse files
committed
fixing option conflict
1 parent a0b41af commit ff0a359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_scripts/get_traumatic_pages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def main():
1616
usage="usage: %prog [options] input_file output_file")
1717
p.add_option('-t', '--traumatic', action="store", dest="traumatic",
1818
help="Traumatic categories list (semicolon separated)")
19-
p.add_option('-h', '--human', action="store", dest="human",
19+
p.add_option('-H', '--human', action="store", dest="human",
2020
help="Human disasters categories list (semicolon separated)")
2121
p.add_option('-n', '--natural', action="store", dest="natural",
2222
help=("Natural disasters categories list"

0 commit comments

Comments
 (0)