- Timestamp:
- Jun 12, 2010, 7:57:31 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/svndigestParameter.cc
r1087 r1088 56 56 anchor_format_(cmd_,"anchor-format", 57 57 "override anchor image format defined in config file"), 58 copyright_(cmd_, "copyright", " DEPRECATED update copyright statement"),58 copyright_(cmd_, "copyright", "update copyright statement [deprecated]"), 59 59 force_(cmd_, "f,force", 60 60 std::string("if sub-directory named <ROOT> exists in target dire")+ … … 110 110 } 111 111 if (copyright()) { 112 std::cerr << "svndigest: option `--copyright' is deprecated " 113 << "and will disappear in the future.\n" 114 << "Use svncopyright instaed.\n"; 112 std::cerr << "svndigest: WARNING: option `--copyright' is deprecated; " 113 << "use svncopyright instaed.\n"; 115 114 } 116 115 }
Note: See TracChangeset
for help on using the changeset viewer.