summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2010-01-09 23:31:42 +0000
committerphintuka <phintuka>2010-01-09 23:31:42 +0000
commit92af58708daa4b151f2c2aec87f1d840ab290802 (patch)
tree79a121d8966874b5ed7d18ae81ee3a69411f1271
parent058dc8f7e285285a89c4ef02e622d0f50a894b28 (diff)
downloadxineliboutput-92af58708daa4b151f2c2aec87f1d840ab290802.tar.gz
xineliboutput-92af58708daa4b151f2c2aec87f1d840ab290802.tar.bz2
Added missing line feed to help message
-rw-r--r--xine_frontend_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xine_frontend_main.c b/xine_frontend_main.c
index 25824f5d..de497668 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.84 2010-01-03 11:52:22 phintuka Exp $
+ * $Id: xine_frontend_main.c,v 1.85 2010-01-09 23:31:42 phintuka Exp $
*
*/
@@ -414,7 +414,7 @@ static const char help_str[] =
" --hotkeys Enable frontend GUI hotkeys\n"
" --shutdown=MIN[:CMD] Shutdown after MIN minutes of inactivity\n"
" USe CMD to perform shutdown (default: /sbin/shutdown)\n"
- " --terminal=dev Controlling tty"
+ " --terminal=dev Controlling tty\n"
" --daemon Run as daemon (disable keyboard,\n"
" log to syslog and fork to background)\n"
" --slave Enable slave mode (read commands from stdin)\n"