diff --git a/docs/ug/runSh.md b/docs/ug/runSh.md index bdbde85492..618f45f931 100644 --- a/docs/ug/runSh.md +++ b/docs/ug/runSh.md @@ -28,4 +28,5 @@ Depending on which version you wish to use for report generation, add one of the * `--release`: Use the latest release (Stable) * `--master`: Use the latest version of the master branch * `--tag TAG` (e.g. `--tag v1.6.1`): Use the version identified by the Git tag given +* `--latest TAG_PREFIX`: Use the latest version with the given tag prefix (e.g. `--latest v1.6` can use `v1.6.1`) * `--commit COMMIT` (e.g. `--commit abc123`): Use the version identified by the Git commit SHA given