Skip to content

Commit

Permalink
updated pod file, readme and user manual
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsgalore committed Feb 28, 2014
1 parent 57f6975 commit 3461917
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
## Command line use

### Usage
`usage: jpylyzer.py [-h] [--verbose] [--wrapper] [--version] ...`

`usage: jpylyzer.py [-h] [--verbose] [--wrapper] [--nullxml] [--nopretty]
[--version]
...`

### Positional arguments

Expand All @@ -30,6 +33,8 @@

`--nullxml` : extract null-terminated XML content from XML and UUID boxes (doesn't affect validation)

`--nopretty` : suppress pretty-printing of XML output

## Output
Output is directed to the standard output device (*stdout*).

Expand Down
4 changes: 4 additions & 0 deletions debian/jpylyzer.pod
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ Wrap output for individual image(s) in 'results' XML element.

Extract null-terminated XML content from XML and UUID boxes(doesn't affect validation).

=item B<--nopretty>

Suppress pretty-printing of XML output.

=back

=head1 ARGUMENTS
Expand Down
Binary file modified doc/jpylyzerUserManual.doc
Binary file not shown.
Binary file modified doc/jpylyzerUserManual.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion jpylyzer/jpylyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ def parseCommandLine():
action="store_true",
dest="noPrettyXMLFlag",
default=False,
help="suppress pretty-printing of xml output")
help="suppress pretty-printing of XML output")
parser.add_argument('jp2In',
action="store",
type=str,
Expand Down

0 comments on commit 3461917

Please sign in to comment.