summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2015-11-25 11:59:02 +0100
committerBastien Nocera <hadess@hadess.net>2015-12-14 11:39:50 +0100
commit2c3d2b39d2077464b6745332f1d2fce96b858799 (patch)
tree5890122bdf8a626b0a3d96e0d8feb7c22899da9b
parent0b7ed08f0a4cb7449d0c63ab5a4ec431640c98b4 (diff)
grl-launch: Clarify "-T" option
https://bugzilla.gnome.org/show_bug.cgi?id=758655
-rw-r--r--grl-launch-0.3.12
-rw-r--r--tools/grilo-launch/grl-launch.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/grl-launch-0.3.1 b/grl-launch-0.3.1
index ad8305f..fe6e73a 100644
--- a/grl-launch-0.3.1
+++ b/grl-launch-0.3.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 7639759..1771ce9 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,