[grilo/0.2.x] grl-launch: Clarify "-T" option



commit 90e5e3f384cd46f1c9479ed4268e5484ac53da0b
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Nov 25 11:59:02 2015 +0100

    grl-launch: Clarify "-T" option
    
    https://bugzilla.gnome.org/show_bug.cgi?id=758655

 grl-launch-0.2.1                |    2 +-
 tools/grilo-launch/grl-launch.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/grl-launch-0.2.1 b/grl-launch-0.2.1
index ad8305f..fe6e73a 100644
--- a/grl-launch-0.2.1
+++ b/grl-launch-0.2.1
@@ -82,7 +82,7 @@ Serialize
 Number of elements to skip
 .TP
 .B \-T, --titles
-Print titles
+Print column titles (useful for CSV spreadsheets)
 .TP
 .B \-V, --version
 Print version
diff --git a/tools/grilo-launch/grl-launch.c b/tools/grilo-launch/grl-launch.c
index ffdd5eb..7c2d39a 100644
--- a/tools/grilo-launch/grl-launch.c
+++ b/tools/grilo-launch/grl-launch.c
@@ -79,7 +79,7 @@ static GOptionEntry entries[] = {
     NULL },
   { "titles", 'T', 0,
     G_OPTION_ARG_NONE, &titles,
-    "Print titles",
+    "Print column titles",
     NULL },
   { "version", 'V', 0,
     G_OPTION_ARG_NONE, &version,


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