tags 592698 + patch
thanks

The following patch makes -vv behave the same as -v. I committed it to
upstream SVN but we are not very likely to make a release for this.
Tmispell is deprecated, I recommend using enchant instead. It does
support -vv already.

Harri

==================================================================
--- trunk/tmispell/src/options.cc       2010-08-11 18:09:25 UTC (rev 3480)
+++ trunk/tmispell/src/options.cc       2010-08-12 19:40:55 UTC (rev 3481)
@@ -293,13 +293,11 @@
                        continue; // This argument will not be passed to ispell
 
                } else if (p.is_option("-v") ||
+                          p.is_option("-vv") ||
                           p.is_option("--version")) { // Print version
                        print_version();
                        mode_ = quit;
                        return;
-               } else if (p.is_option("-vv")) { // Print extra information
-                       mode_ = ispell;
-
                } else if (p.is_option("--help")) { // Print usage
                        print_usage();
                        mode_ = quit;



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to