[tracker] tracker-search: Fixed some typos in the options --help



commit 18155c2053596348973da068979583eb1284af92
Author: Martyn Russell <martyn lanedo com>
Date:   Tue Sep 8 09:56:58 2009 +0100

    tracker-search: Fixed some typos in the options --help

 src/tracker-utils/tracker-search.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/tracker-utils/tracker-search.c b/src/tracker-utils/tracker-search.c
index eb7d2af..a13fd48 100644
--- a/src/tracker-utils/tracker-search.c
+++ b/src/tracker-utils/tracker-search.c
@@ -61,15 +61,15 @@ static GOptionEntry   entries[] = {
 	  NULL
 	},
 	{ "files", 'f', 0, G_OPTION_ARG_NONE, &files,
-	  N_("List all image files"),
+	  N_("List all files"),
 	  NULL
 	},
 	{ "music-albums", 'a', 0, G_OPTION_ARG_NONE, &music_albums,
-	  N_("List all music albums"),
+	  N_("List all music albums (includes song count and duration sum)"),
 	  NULL
 	},
 	{ "music-artists", 's', 0, G_OPTION_ARG_NONE, &music_artists,
-	  N_("List all music albums"),
+	  N_("List all music artists"),
 	  NULL
 	},
 	{ "music-files", 'u', 0, G_OPTION_ARG_NONE, &music_files,



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