Skip to content

Commit f0f77e0

Browse files
committed
make rawH5Channel parameter optional since it has a default value
1 parent e523ae7 commit f0f77e0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

render-ws-java-client/src/main/java/org/janelia/render/client/stack/Create16BitH5StackClient.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ public static class Parameters extends CommandLineParameters {
6060

6161
@Parameter(
6262
names = "--rawH5Channel",
63-
description = "Channel (0 or 1) to use in the raw h5 files",
64-
required = true)
63+
description = "Channel (0 or 1) to use in the raw h5 files")
6564
public int rawH5Channel = 0;
6665

6766
@Parameter(

0 commit comments

Comments
 (0)