[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:40:19 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=f60dd20

The following commit has been merged in the master branch:
commit f60dd206aee77a5e58f7bb62e0cb5db0e276c0ed
Author: brad <chickb at gmail.com>
Date:   Sun Feb 1 07:07:49 2009 +0000

    Fixed a few typo's in help output
---
 contrib/organize/organize.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/contrib/organize/organize.cpp b/contrib/organize/organize.cpp
index bf6b747..00d63f7 100644
--- a/contrib/organize/organize.cpp
+++ b/contrib/organize/organize.cpp
@@ -196,7 +196,7 @@ void usage_full(const po::options_description &options, const char* exname)
     usage_header(exname);
     std::cout << "
  Creates groups of files in new directories defined by a metadata 'pattern'.
" <<
         "  Files are copied, moved, or linked from 'source-dir' to 'dest-dir'.
" <<
-        "  Destination directory should not be within source directory.

";
+        "  The destination directory should not be within the source directory.

";
     std::cout << options;
 
     std::cout << "
Pattern values:
";
@@ -331,7 +331,7 @@ int main(int argc, char* argv[])
         ("ignore-dups", "ignore duplicate files instead of using special directory")
         ("verify", "verify copied or moved files and exit if incorrect")
         ("exclude,x", po::value< std::vector<std::string> >(), 
-            "exclude directories and files that contain arg (case sensitive
on all platforms)")
+            "exclude directories and files that contain arg (case sensitive on all platforms)")
         ("limit-depth,l", po::value<long>(), 
             "limit recursion to specified depth (0 disables recursion)")
         ("verbose,v", "prints operations as they happen")
@@ -538,7 +538,7 @@ int main(int argc, char* argv[])
         if(params.dir_err_count)
             std::cout << params.dir_err_count << " directory errors
";
         if(params.file_err_count)
-            std::cout << params.file_err_count << " files errors
";
+            std::cout << params.file_err_count << " file errors
";
     
         return 0;
     }

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list