~ubuntu-branches/ubuntu/precise/exiv2/precise

« back to all changes in this revision

Viewing changes to src/taglist.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2006-12-07 18:40:10 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20061207184010-0ouu8v0dr8nznob9
Tags: 0.12-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
  Abstract:  Print a simple comma separated list of tags defined in Exiv2
4
4
 
5
5
  File:      taglist.cpp
6
 
  Version:   $Rev: 754 $
 
6
  Version:   $Rev: 858 $
7
7
  Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net>
8
8
  History:   07-Jan-04, ahu: created
9
9
 */
10
10
// *****************************************************************************
11
11
#include "rcsid.hpp"
12
 
EXIV2_RCSID("@(#) $Id: taglist.cpp 754 2006-05-05 17:38:12Z ahuggel $");
 
12
EXIV2_RCSID("@(#) $Id: taglist.cpp 858 2006-08-13 06:06:05Z ahuggel $")
13
13
 
14
14
#include "makernote.hpp"
15
15
#include "tags.hpp"
58
58
    }
59
59
    if (rc) {
60
60
        std::cout << "Usage: " << argv[0]
61
 
                  << " [Exif|Canon|CanonCs1|CanonCs2|CanonCf|Fujifilm|Nikon1|Nikon2|Nikon3|Olympus|Sigma|Sony|Iptc]\n"
 
61
                  << " [Exif|Canon|CanonCs|CanonSi|CanonCf|Fujifilm|Nikon1|Nikon2|Nikon3|Olympus|Sigma|Sony|Iptc]\n"
62
62
                  << "Print Exif tags, MakerNote tags, or Iptc datasets\n";
63
63
    }
64
64
    return rc;