diff --git a/apps/app_dial.c b/apps/app_dial.c
index 983e0e9dce8e8e187f527c97d7bc6f03b6c1dc55..9125e04379f42334c0c7aea6dcd838b22c1055c9 100755
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -61,8 +61,8 @@ static char *descrip =
 "  This application returns -1 if the originating channel hangs up, or if the\n"
 "call is bridged and either of the parties in the bridge terminate the call.\n"
 "The option string may contain zero or more of the following characters:\n"
-"      't' -- allow the called user transfer the calling user\n"
-"      'T' -- to allow the calling user to transfer the call.\n"
+"      't' -- allow the called user transfer the calling user by hitting #.\n"
+"      'T' -- allow the calling user to transfer the call by hitting #.\n"
 "      'r' -- indicate ringing to the calling party, pass no audio until answered.\n"
 "      'm' -- provide hold music to the calling party until answered.\n"
 "      'H' -- allow caller to hang up by hitting *.\n"