[java-idp-plugin-jetty] 02/02: typo
Codeberg
noreply at shibboleth.net
Thu Dec 11 20:19:35 UTC 2025
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-idp-plugin-jetty.
View the commit online:
https://codeberg.org/Shibboleth/java-idp-plugin-jetty/commit/abce7c53df35f0b582529e0acebe74efa2c7b1d3
commit abce7c53df35f0b582529e0acebe74efa2c7b1d3
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Dec 11 19:43:09 2025 +0000
typo
---
.../shibboleth/idp/plugin/jetty/cli/impl/JettyDownloadArguments.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jetty-cli/src/main/java/net/shibboleth/idp/plugin/jetty/cli/impl/JettyDownloadArguments.java b/jetty-cli/src/main/java/net/shibboleth/idp/plugin/jetty/cli/impl/JettyDownloadArguments.java
index 82b756f..1340869 100644
--- a/jetty-cli/src/main/java/net/shibboleth/idp/plugin/jetty/cli/impl/JettyDownloadArguments.java
+++ b/jetty-cli/src/main/java/net/shibboleth/idp/plugin/jetty/cli/impl/JettyDownloadArguments.java
@@ -87,7 +87,7 @@ public class JettyDownloadArguments extends AbstractIdPHomeAwareCommandLineArgum
out.println(String.format(" %-22s %s", "--nosigcheck", "Skip signature check of download against the trustore? Defaults false"));
out.println(String.format(" %-22s %s", "--nonounpack", "Skip unpack the zip/tar.gz file after download? Defaults false"));
out.println();
- out.println(String.format(" %-22s %s", "-v, --downloadVersion", "Jetty versioon to download"));
+ out.println(String.format(" %-22s %s", "-v, --downloadVersion", "Jetty version to download"));
out.println(String.format(" %-22s %s", "--artifactId", "(Maven) ArtifactId to download. Defaults to \"jetty-home\"."));
out.println(String.format(" %-22s %s", "--type", "File type to download. Defaults to \"tar.gz\"."));
out.println(String.format(" %-22s %s", "--classifier", "(Maven) classifier to download. Optional."));
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list