Skip to content

Commit

Permalink
updated help for grid size
Browse files Browse the repository at this point in the history
  • Loading branch information
azadeh-gh committed Nov 5, 2024
1 parent 9c87762 commit ad60f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/SpatialTemporalStatsTool/user_Analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def parse_filter(s):
parser.add_argument(
"-g",
dest="grid_size",
help=r"optional: size of grid for plotting",
help=r"optional: size of grid for plotting: 1: 1X1 degree(default), 2:2X2 degree, 3:3X3 degree",
required=False,
default=1,
metavar="float",
Expand Down

0 comments on commit ad60f4e

Please sign in to comment.