https://bugzilla.redhat.com/show_bug.cgi?id=1926697



--- Comment #37 from Jaya <jhutt...@redhat.com> ---
Added sub-launchers. Could you please verify?

I have uploaded the changes:
Spec file URL: https://jhuttana.fedorapeople.org/openjdk-asmtools.spec
SRPM URL:
https://jhuttana.fedorapeople.org/openjdk-asmtools-7.0.b10-0.1.20210122.git7eadbbf.fc35.src.rpm
Man Page URL: https://jhuttana.fedorapeople.org/openjdk-asmtools.1
Launcher.in URL: https://jhuttana.fedorapeople.org/openjdk-asmtools.in

<mock-chroot> sh-5.0# /usr/bin/openjdk-asmtools
Usage: 
to run an assembly tool: 
   $ java -jar asmtools.jar toolName [args...] 
   where toolName one of: jasm, jdis, jcoder, jdec, jcdec 
to get the version: 
   $ java -jar asmtools.jar -version 
to get this message 
   $ java -jar asmtools.jar -?|-h|-help

No arguments provided!  See options above.

<mock-chroot> sh-5.0# /usr/bin/openjdk-asmtools-jasm
Usage: java -jar asmtools.jar jasm [options] file.jasm...
where possible options include:
     -d destdir  directory to place resulting .class files
     -g          add debug information
     -v          add trace information
     -nowrite    do not write resulting .class files
     -nowarn     do not print warnings
     -strict     consider warnings as errors
     -cv major.minor  set operating class file version (by default 45.3)
     -version    prints the program version

<mock-chroot> sh-5.0# /usr/bin/openjdk-asmtools-jcdec
Usage: java -jar asmtools.jar jcdec [options] FILE.class... > FILE.jcod
where possible options include:
     -g:  detailed output format
     -version:  print version number and date

<mock-chroot> sh-5.0# /usr/bin/openjdk-asmtools-jcoder
Usage: java -jar asmtools.jar jcoder [options] file.jcod...
where possible options include:
     -nowrite     do not write resulting .class files
     -ignore      ingore non-fatal error(s) that suppress writing .class files
     -d destdir   directory to place resulting .class files
     -version     prints the program version

<mock-chroot> sh-5.0# /usr/bin/openjdk-asmtools-jdec
Usage: java -jar asmtools.jar jdec [options] FILE.class... > FILE.jcod
where possible options include:
     -g:  detailed output format
     -version:  print version number and date

<mock-chroot> sh-5.0# /usr/bin/openjdk-asmtools-jdis
Usage: java -jar asmtools.jar jdis [options] FILE.class... > FILE.jasm
where possible options include:
     -g   detailed output format
     -sl  source lines in comments
     -hx  hexadecimal numbers
     -v   debug mode
     -version   prints the version info


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to