[tracker] tracker-sparql: Update -p help mentioing class prefixes can be used



commit 56b7f7030905dc87ccf21562c6f740d8828459ab
Author: Martyn Russell <martyn lanedo com>
Date:   Tue Sep 8 08:44:26 2009 +0100

    tracker-sparql: Update -p help mentioing class prefixes can be used

 src/tracker-utils/tracker-sparql.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/tracker-utils/tracker-sparql.c b/src/tracker-utils/tracker-sparql.c
index fdfc20e..21fbead 100644
--- a/src/tracker-utils/tracker-sparql.c
+++ b/src/tracker-utils/tracker-sparql.c
@@ -61,8 +61,8 @@ static GOptionEntry   entries[] = {
 	  NULL,
 	},
 	{ "list-properties", 'p', 0, G_OPTION_ARG_STRING, &list_properties,
-	  N_("Retrieve properties for a class (e.g. http://www.w3.org/2000/01/rdf-schema#Resource)"),
-	  N_("NAMESPACE"),
+	  N_("Retrieve properties for a class, prefixes can be used too (e.g. rdfs#Resource)"),
+	  N_("CLASS"),
 	},
 	{ NULL }
 };



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