Skip to content

Commit bbe83ab

Browse files
committed
Fix parser
1 parent 8026635 commit bbe83ab

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/nexgen/command_line/nexus_generator.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,8 @@ def _parse_cli() -> argparse.ArgumentParser:
393393
help="Data entry key of dataset in raw .h5 file. Defaults to data.",
394394
)
395395
nxmx_parser.add_argument(
396-
"-bits--bit-depth",
396+
"-bits",
397+
"--bit-depth",
397398
type=int,
398399
choices=[8, 16, 32],
399400
default=32,

0 commit comments

Comments
 (0)