summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/babl.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/babl.c b/bin/babl.c
index d823156..8867654 100644
--- a/bin/babl.c
+++ b/bin/babl.c
@@ -311,7 +311,9 @@ main (int argc,
data_index = 0;
if (! brief_output)
- printf ("Conversion as \"%s\":\n", babl_get_name (to_format));
+ printf ("Converting from \"%s\" to \"%s\":\n",
+ babl_get_name (from_format),
+ babl_get_name (to_format));
for (c = 0; c < n_components; c++)
{