summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2008-09-05 08:35:58 +0000
committerphintuka <phintuka>2008-09-05 08:35:58 +0000
commit2c5512e6eb4ba7c129211d8bc68d262755078d12 (patch)
tree7cd5dbe8c9718d511d3f8ed230e795f91a520f8c
parent9231db9868ddeb1b0eb8f80019e973043160dce8 (diff)
downloadxineliboutput-2c5512e6eb4ba7c129211d8bc68d262755078d12.tar.gz
xineliboutput-2c5512e6eb4ba7c129211d8bc68d262755078d12.tar.bz2
Added missing line feed to help text
-rw-r--r--xine_frontend_main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/xine_frontend_main.c b/xine_frontend_main.c
index 2395f4df..42d1469d 100644
--- a/xine_frontend_main.c
+++ b/xine_frontend_main.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: xine_frontend_main.c,v 1.47 2008-07-16 21:48:38 phintuka Exp $
+ * $Id: xine_frontend_main.c,v 1.48 2008-09-05 08:35:58 phintuka Exp $
*
*/
@@ -307,8 +307,8 @@ static const char help_str[] =
" --nokbd Disable keyboard input\n"
" --daemon Run as daemon (disable keyboard,\n"
" log to syslog and fork to background)\n"
- " --slave Enable slave mode (read commands from stdin)\r\n"
- " --reconnect Automatically reconnect when connection has been lost"
+ " --slave Enable slave mode (read commands from stdin)\n"
+ " --reconnect Automatically reconnect when connection has been lost\n"
" --tcp Use TCP transport\n"
" --udp Use UDP transport\n"
" --rtp Use RTP transport\n\n"