Skip to content

Commit

Permalink
[Issue #168] Use command line argument constant.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpierce committed Jun 21, 2020
1 parent 1e3c480 commit 3db5814
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -59,7 +59,7 @@ public void run(ApplicationArguments args) throws Exception {
}

if (!args.containsOption(SOURCE_CMDLINE_ARG)) {
this.missingArgument("source");
this.missingArgument(SOURCE_CMDLINE_ARG);
}

String source = args.getOptionValues(SOURCE_CMDLINE_ARG).get(0);
Expand Down

0 comments on commit 3db5814

Please sign in to comment.