gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r11963: Update usage for rtmpget.


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11963: Update usage for rtmpget.
Date: Wed, 24 Feb 2010 15:13:12 +0100
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 11963 [merge]
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Wed 2010-02-24 15:13:12 +0100
message:
  Update usage for rtmpget.
modified:
  utilities/rtmpget.cpp
=== modified file 'utilities/rtmpget.cpp'
--- a/utilities/rtmpget.cpp     2010-02-24 09:56:02 +0000
+++ b/utilities/rtmpget.cpp     2010-02-24 13:34:09 +0000
@@ -717,13 +717,16 @@
 void
 usage(std::ostream& o)
 {
-    o << "usage: rtmpdump -u <app> -p playpath\n";
-    o << "\n";
-    o << "-u <url>  The full url, including port, of the rtmp application\n";
-    o << "-p <path> The play path of the stream (what is passed to "
-        "NetStream.play()\n";
-    o << "-s <sec>  Start at the given seek offset\n";
-    o << "-l <sec>  Retrieve only the specified length in seconds\n";
+    o << "usage: rtmpdump -u <app> -p playpath [ -o outfile ]\n";
+    o << "\n";
+    o << "\t-h          Show this help and exit\n";
+    o << "\t-u <url>    The full url of the rtmp application\n";
+    o << "\t-p <path>   The play path of the stream\n";
+    o << "\t-s <sec>    Start at the given seek offset\n";
+    o << "\t-l <sec>    Retrieve only the specified length in seconds\n";
+    o << "\t-o <file>   Output file for video\n";
+    o << "\t-v          Verbose output (more 'v's for more verbosity)\n";
+    o << "\n";
 }
 
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]