summaryrefslogtreecommitdiff
path: root/tools
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 /tools
parent0b7ed08f0a4cb7449d0c63ab5a4ec431640c98b4 (diff)
downloadgrilo-2c3d2b39d2077464b6745332f1d2fce96b858799.tar.gz
grl-launch: Clarify "-T" option
https://bugzilla.gnome.org/show_bug.cgi?id=758655
Diffstat (limited to 'tools')
-rw-r--r--tools/grilo-launch/grl-launch.c2
1 files changed, 1 insertions, 1 deletions
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,