Changeset 27 for branches/pdfcube-0.0.3/src
- Timestamp:
- 11/21/08 14:25:24 (3 years ago)
- Files:
-
- 1 modified
-
branches/pdfcube-0.0.3/src/pdfcube.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pdfcube-0.0.3/src/pdfcube.cc
r26 r27 1848 1848 ("help,h", 1849 1849 "This help message.") 1850 ("version,v", 1851 "Version information") 1850 1852 ("bgcolor,b", po::value<std::string>(), 1851 1853 "Background color is 'r,g,b' with real values between 0.0 and 1.0, no spaces.") … … 1881 1883 return 0; 1882 1884 } 1885 1886 if(vm.count("version")) { 1887 cout << "pdfcube 0.0.3" << endl; 1888 return 0; 1889 } 1883 1890 1884 1891 if (vm.count("input-file")) {

