Updated post-process description
This commit is contained in:
parent
55d19e710f
commit
c456d3d671
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import scipy.signal as sgl
|
|||
from .read_swash import *
|
||||
|
||||
|
||||
parser = argparse.ArgumentParser(description="Pre-process bathymetry")
|
||||
parser = argparse.ArgumentParser(description="Post-process swash output")
|
||||
parser.add_argument("-v", "--verbose", action="count", default=0)
|
||||
args = parser.parse_args()
|
||||
|
||||
|
|
Loading…
Reference in a new issue