Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ZahraGhahremani-NOAA committed Jun 6, 2024
1 parent 12cf1e8 commit 5249767
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/bridge_inundation.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,12 @@ def risk_class(row):
)
parser.add_argument(
"-f",
"--flow_file",
"--flow_file_dir",
help='Discharges in CMS as CSV file. "feature_id" and "discharge" columns MUST be supplied.',
required=True,
type=str,
)
parser.add_argument("-o", "--gpkg-filename", help="Path to geopackage output.", required=True, type=str)
parser.add_argument("-o", "--output_dir", help="Path to geopackage output.", required=True, type=str)

start = timer()

Expand Down

0 comments on commit 5249767

Please sign in to comment.