[Debtags-commits] [svn] r1478 - in debtags/trunk: . tools

Enrico Zini enrico at costa.debian.org
Thu Nov 10 15:30:49 UTC 2005


Author: enrico
Date: Thu Nov 10 15:30:47 2005
New Revision: 1478

Modified:
   debtags/trunk/   (props changed)
   debtags/trunk/tools/debtags.cc
Log:
 r5818 at viaza:  enrico | 2005-11-10 16:30:31 +0100
 tagcat should print facets as Facet: instead of Tag:


Modified: debtags/trunk/tools/debtags.cc
==============================================================================
--- debtags/trunk/tools/debtags.cc	(original)
+++ debtags/trunk/tools/debtags.cc	Thu Nov 10 15:30:47 2005
@@ -1008,7 +1008,7 @@
 
 static void printVocabularyItem(const Facet& tag)
 {
-	cout << "Tag: " << tag.name() << endl;
+	cout << "Facet: " << tag.name() << endl;
 	cout << "Description: " << tag.shortDescription() << endl;
 	cout << " " << tag.longDescription() << endl;
 	cout << endl;



More information about the Debtags-commits mailing list