Skip to content

Commit

Permalink
fix misnamed option
Browse files Browse the repository at this point in the history
  • Loading branch information
jreadey committed Apr 28, 2023
1 parent 153a478 commit bf2e82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h5pyd/_apps/hsload.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def main():
s3 = None # S3FS instance

cfg.setitem("append", False, flags=["-a", "--append"], help="append to existing domain")
cfg.setitem("extend", None, flags=["--extend",], choices=["DIMSCALE",], help="extend along given dimensionscale")
cfg.setitem("extend_dim", None, flags=["--extend",], choices=["DIMSCALE",], help="extend along given dimensionscale")
cfg.setitem("extend_offset", None, flags=["--extend-offset"], choices=["N",], help="write data at index n along extended dimension")
cfg.setitem("no_clobber", False, flags=["-n", "--no-clobber"], help="do not overwrite target")
cfg.setitem("nodata", False, flags=["--nodata",], help="do not copy dataset data")
Expand Down

0 comments on commit bf2e82d

Please sign in to comment.