Changeset 1211 for trunk/lib/OptionVersion.cc
- Timestamp:
- Oct 7, 2010, 4:18:42 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/OptionVersion.cc
r1210 r1211 55 55 cs << prog_name_ << " " << PACKAGE_VERSION; 56 56 bool no_verbose = verbose_ && verbose_->present() && !verbose_->value(); 57 bool verbose = verbose_ && verbose_->present() && verbose_->value(); 57 58 if (!no_verbose) { 58 59 cs << " ("; … … 68 69 << "This is free software: you are free to change and redistribute it.\n" 69 70 << "There is NO WARRANTY, to the extent permitted by law.\n"; 70 if ( !no_verbose) {71 if (verbose) { 71 72 cs << "\n" 72 73 << "Compiled with libsvn_subr " << SVN_VER_NUM
Note: See TracChangeset
for help on using the changeset viewer.