What is the difference between the following statements for setting a comment string
exiv2 -c tera img.JPG
exiv2 -M"set Exif.Photo.UserComment adagio" img.JPG
I can access them with
$ exiv2 -p c img.JPG
tera
$ exiv2 -p S img.JPG | grep adagio
450 | 0x9286 UserComment | UNDEFINED | 14 | 38546 | ........adagio
What would be the proper way to add simple ASCII characters that won't longer than a dozen of characters.