qsos-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qsos-commits] qsos/tools/syncglobaldesc syncglobaldesc


From: Goneri Le Bouder
Subject: [Qsos-commits] qsos/tools/syncglobaldesc syncglobaldesc
Date: Thu, 19 Jul 2007 21:27:49 +0000

CVSROOT:        /sources/qsos
Module name:    qsos
Changes by:     Goneri Le Bouder <goneri>       07/07/19 21:27:49

Modified files:
        tools/syncglobaldesc: syncglobaldesc 

Log message:
        wording

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qsos/tools/syncglobaldesc/syncglobaldesc?cvsroot=qsos&r1=1.5&r2=1.6

Patches:
Index: syncglobaldesc
===================================================================
RCS file: /sources/qsos/qsos/tools/syncglobaldesc/syncglobaldesc,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- syncglobaldesc      20 Feb 2007 20:14:29 -0000      1.5
+++ syncglobaldesc      19 Jul 2007 21:27:49 -0000      1.6
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 # this script is experimental and will be certainly rewrite
 # It depends on the CVS release of QSOS::Document
-# $Id: syncglobaldesc,v 1.5 2007/02/20 20:14:29 goneri Exp $
+# $Id: syncglobaldesc,v 1.6 2007/07/19 21:27:49 goneri Exp $
 use strict;
 
 use Getopt::Long;
@@ -64,7 +64,7 @@
     if (!(exists $t->{section}->{$_} && $t->{section}->{$_})) {
       if ($section_doesnt_exist == 0) {
         print STDERR "Section(s) not found in template $template\n"; 
-        print STDERR "Use the --less flag to hide this message\n";
+        print STDERR "Use the --less flag to ignore this message\n";
       }
       print STDERR "\t$_\n";
       $section_doesnt_exist = 1;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]