Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ JPlag can either be used via the CLI or directly via its Java API. For more info

### CLI
*Note that the [legacy CLI](https://github.com/jplag/jplag/blob/legacy/README.md) is varying slightly.*
The language can either be set with the -l parameter or as a subcommand (`jplag [jplag options] <language name> [language options]`). A subcommand takes priority over the -l option.
The language can either be set with the -l parameter or as a subcommand (`jplag [jplag options] -l <language name> [language options]`). A subcommand takes priority over the -l option.
Language-specific arguments can be set when using the subcommand. A list of language-specific options can be obtained by requesting the help page of a subcommand (e.g., `jplag java —h`).

```
Expand Down
2 changes: 1 addition & 1 deletion docs/1.-How-to-Use-JPlag.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The language can either be set with the -l parameter or as a subcommand. If both
When using the subcommand, language-specific arguments can be set.
A list of language-specific options can be obtained by requesting the help page of a subcommand (e.g., "jplag java -h").

To run jplag normally on a set of submissions run: `java -jar jplag.jar <language> <path/to/submissions>`
To run jplag normally on a set of submissions run: `java -jar jplag.jar -l <language> <path/to/submissions>`
If the language is java, it can be omitted: `java -jar jplag.jar <path/to/submissions>`

To open an existing report run: `java -jar jplag.jar </path/to/report.zip>`
Expand Down
Loading