Skip to content

Commit

Permalink
Update cli/src/main/java/de/jplag/cli/options/CliOptions.java
Browse files Browse the repository at this point in the history
Co-authored-by: Alex | Kronox <39801116+Kr0nox@users.noreply.github.com>
  • Loading branch information
TwoOfTwelve and Kr0nox authored Jan 30, 2025
1 parent 2525705 commit be5511f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/main/java/de/jplag/cli/options/CliOptions.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class CliOptions implements Runnable {
public String resultFile = "results";

@Option(names = {"-M",
"--mode"}, description = "The mode of JPlag. By default JPlag will automatically select the mode based on your input files. If none are selected the viewer will open on the file select screen. If a single result zip is selected it will be opened in the viewer directly. Otherwise JPlag will run on the submissions in the input files and show the result in the viewer. One of: ${COMPLETION-CANDIDATES} (default: ${DEFAULT_VALUE})")
"--mode"}, description = "The mode of JPlag. By default JPlag will automatically select the mode based on the given input files. If none are given the report viewer will open on the file upload page. If a single result zip is given it will be opened in the report viewer directly. Otherwise JPlag will run on the submissions with the input files and show the result in the report viewer. One of: ${COMPLETION-CANDIDATES} (default: ${DEFAULT_VALUE})")
public JPlagMode mode = JPlagMode.AUTO;

@Option(names = {"--normalize"}, description = "Activate the normalization of tokens. Supported for languages: Java, C++.")
Expand Down

0 comments on commit be5511f

Please sign in to comment.