[rtmpdump] r197 - trunk/rtmpdump.c

hyc subversion at mplayerhq.hu
Wed Jan 6 05:28:30 CET 2010


Author: hyc
Date: Wed Jan  6 05:28:29 2010
New Revision: 197

Log:
app is parsed from url

Modified:
   trunk/rtmpdump.c

Modified: trunk/rtmpdump.c
==============================================================================
--- trunk/rtmpdump.c	Wed Jan  6 05:00:16 2010	(r196)
+++ trunk/rtmpdump.c	Wed Jan  6 05:28:29 2010	(r197)
@@ -1256,7 +1256,7 @@ main(int argc, char **argv)
 	  LogPrintf("--verbose|-V            Verbose command output.\n");
 	  LogPrintf("--debug|-z              Debug level command output.\n");
 	  LogPrintf
-	    ("If you don't pass parameters for swfUrl, pageUrl, app or auth these properties will not be included in the connect ");
+	    ("If you don't pass parameters for swfUrl, pageUrl, or auth these properties will not be included in the connect ");
 	  LogPrintf("packet.\n\n");
 	  return RD_SUCCESS;
 #ifdef CRYPTO


More information about the rtmpdump mailing list