Skip to content

Commit f6f0bea

Browse files
authored
Merge pull request #2287 from jplag/main
Update develop from main
2 parents c4d2884 + 483cfc4 commit f6f0bea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ JPlag can either be used via the CLI or directly via its Java API. For more info
7676

7777
### CLI
7878
*Note that the [legacy CLI](https://github.com/jplag/jplag/blob/legacy/README.md) is varying slightly.*
79-
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.
79+
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.
8080
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`).
8181

8282
```

docs/1.-How-to-Use-JPlag.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The language can either be set with the -l parameter or as a subcommand. If both
99
When using the subcommand, language-specific arguments can be set.
1010
A list of language-specific options can be obtained by requesting the help page of a subcommand (e.g., "jplag java -h").
1111

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

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

0 commit comments

Comments
 (0)