diff --git a/vhook/drawtext.c b/vhook/drawtext.c
index 0818476202848845db7894f7f9dea5d8f20672b0..856fd0ce78a3558aafd7d99380fb9c6b238d526b 100644
--- a/vhook/drawtext.c
+++ b/vhook/drawtext.c
@@ -203,7 +203,7 @@ int Configure(void **ctxp, int argc, char *argv[])
       case 'C':
         if (ParseColor(optarg, ci->bgcolor) == -1)
           {
-            av_log(NULL, AV_LOG_ERROR, "Invalid foreground color: '%s'. You must specify the color in the internet way(packaged hex): #RRGGBB, ie: -c #ffffff (for white foreground)\n", optarg);
+            av_log(NULL, AV_LOG_ERROR, "Invalid background color: '%s'. You must specify the color in the internet way(packaged hex): #RRGGBB, ie: -C #ffffff (for white background)\n", optarg);
             return -1;
           }
         break;