Skip to content

Commit

Permalink
svm: fix -o option
Browse files Browse the repository at this point in the history
  • Loading branch information
zapster committed May 11, 2022
1 parent 5ec13db commit 9f02315
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public static boolean parseOnce() {
@Option(help = "Name of the main entry point method. Optional if --shared is used.")//
public static final HostedOptionKey<String> Method = new HostedOptionKey<>("main");

@APIOption(name = "o", valueSeparator = APIOption.WHITESPACE_SEPARATOR)//
@APIOption(name = "-o", valueSeparator = APIOption.WHITESPACE_SEPARATOR)//
@Option(help = "Name of the output file to be generated", type = OptionType.User)//
public static final HostedOptionKey<String> Name = new HostedOptionKey<>("");

Expand Down

0 comments on commit 9f02315

Please sign in to comment.