summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrantišek Dvořák <valtri@users.sourceforge.net>2003-10-05 10:39:25 +0000
committerFrantišek Dvořák <valtri@users.sourceforge.net>2003-10-05 10:39:25 +0000
commit0f6a2aac057005737ce81e4e455d556c6f78c3d7 (patch)
tree49c098f79611dddbaa6b10d5c277fa2af3cbc905
parentc84a936efa7a4653dfc5d9f3d80f970283161d99 (diff)
downloadxine-lib-0f6a2aac057005737ce81e4e455d556c6f78c3d7.tar.gz
xine-lib-0f6a2aac057005737ce81e4e455d556c6f78c3d7.tar.bz2
Update comment in input_rip.c according to current syntax.
CVS patchset: 5445 CVS date: 2003/10/05 10:39:25
-rw-r--r--src/xine-engine/input_rip.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xine-engine/input_rip.c b/src/xine-engine/input_rip.c
index 91113cf94..3483268d5 100644
--- a/src/xine-engine/input_rip.c
+++ b/src/xine-engine/input_rip.c
@@ -24,12 +24,12 @@
* Usage:
*
* - activation:
- * xine stream_mrl#rip:file.raw
+ * xine stream_mrl#save:file.raw
*
* - it's possible speeder saving streams in the xine without playing:
- * xine stream_mrl#rip:file.raw;noaudio;novideo
+ * xine stream_mrl#save:file.raw\;noaudio\;novideo
*
- * $Id: input_rip.c,v 1.5 2003/09/17 17:15:50 valtri Exp $
+ * $Id: input_rip.c,v 1.6 2003/10/05 10:39:25 valtri Exp $
*/
#ifdef HAVE_CONFIG_H