ligzy / mp4v2

Automatically exported from code.google.com/p/mp4v2
Other
0 stars 0 forks source link

Small Typos #94

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Mp4tags --help has a small typo.
2. Mp4tracks output has a small typo

Please provide any additional information below.
1. The mp4tags --help output currently reads (irrelevant lines removed):
"usage mp4tags OPTION... FILE...
Adds or modifies iTunes-compatible tags on MP4 files.
...
  -l, -longdesc    NUM  Set the short description
...
  -m, -description STR  Set the short description"

That "short" on the -longdesc line should probably be "long"

2. Setting a language with mp4track currently produces this output:
"setting langauge=XXX -> FILENAME.mp4 (track index=XXX)"

That "langauge" should probably read "language."

Original issue reported on code.google.com by CarlEd...@gmail.com on 16 Apr 2011 at 12:54

GoogleCodeExporter commented 9 years ago
Thanks, I'll fix those when I get a chance.

Original comment by kid...@gmail.com on 17 Apr 2011 at 6:38

GoogleCodeExporter commented 9 years ago
The type for -longdesc should be STR and not NUM, also

Original comment by mark.a.h...@gmail.com on 18 Apr 2011 at 7:31

GoogleCodeExporter commented 9 years ago
fixed in r461, thanks for the heads-up.

Original comment by kid...@gmail.com on 26 Apr 2011 at 7:43