]> git.sven.stormbind.net Git - sven/java-package.git/commitdiff
add --jce-policy to the manpage
authortony mancill <tmancill@debian.org>
Sat, 10 Sep 2016 18:35:05 +0000 (11:35 -0700)
committertony mancill <tmancill@debian.org>
Sat, 10 Sep 2016 18:35:05 +0000 (11:35 -0700)
Update ordering of options in --help to more closely match manpage.

make-jpkg
make-jpkg.1

index 48f20289d0eb3ee1e2b643240ac6d6afbbe2321f..0533b95d109a6c0b4719ba8230cebc8d641aa892 100755 (executable)
--- a/make-jpkg
+++ b/make-jpkg
@@ -80,15 +80,14 @@ Supported java binary distributions currently include:
 
 The following options are recognized:
 
-  --jce-policy FILE    Replace cryptography files with unlimited strength versions
-                       from downloaded archive
   --full-name NAME     full name used in the maintainer field of the package
   --email EMAIL        email address used in the maintainer field of the package
+  --distribution       Define the distribution to use in the changelog
   --changes            create a .changes file
   --revision           add debian revision
   --source             build a source package instead of a binary deb package
   --with-system-certs  integrate with the system's keystore
-  --distribution       Define the distribution to use in the changelog
+  --jce-policy FILE    Replace cryptography files with versions from FILE
 
   --help               display this help and exit
   --version            output version information and exit
index 1d62f0dd4ade211cc572f9e1ac8659152fd81d92..e8af5a79863ead47b19905113fdd7e8ea3a22094 100644 (file)
@@ -60,6 +60,9 @@ Replace the JVMs keystore with a softlink to the system's keystore,
 (/etc/ssl/certs/java/cacerts) which is managed automatically by the
 ca-certificates and ca-certificates-java packages.
 .TP
+.B --jce-policy \fIJCE_POLICY_FILE\fR
+Replace cryptography files with versions
+from the specified JCE_POLICY_FILE.
 .B --help
 display help text and exit
 .TP