Skip to content

Commit

Permalink
fix multiplicity in range options
Browse files Browse the repository at this point in the history
  • Loading branch information
cwensel committed Nov 9, 2023
1 parent f53cd8a commit 5ac9d5a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ public class ArcStatusCommandOption extends CommonCommandOptions {

@CommandLine.ArgGroup(
exclusive = false,
multiplicity = "1",
heading = "Time Range Options:%n"
)
RangeOptions rangeOptions = new RangeOptions();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ public class DatasetStatusCommandOption extends CommonCommandOptions {

@CommandLine.ArgGroup(
exclusive = false,
multiplicity = "1",
heading = "Time Range Options:%n"
)
RangeOptions rangeOptions = new RangeOptions();
Expand Down

0 comments on commit 5ac9d5a

Please sign in to comment.