Added '\n' to program usage message.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@208 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/rfbplayer/rfbplayer.cxx b/rfbplayer/rfbplayer.cxx
index 3286ccc..4b1d421 100644
--- a/rfbplayer/rfbplayer.cxx
+++ b/rfbplayer/rfbplayer.cxx
@@ -48,8 +48,8 @@
"usage: rfbplayer <options> <filename>\n"
"Command-line options:\n"
" -help \t- Provide usage information.\n"
- " -depth <bit> \t- Forces the color depth for the session."
- " \t Supports 8, 16 and 24 bit mode."
+ " -depth <bit> \t- Forces the color depth for the session.\n"
+ " \t Supports 8, 16 and 24 bit mode.\n"
" -speed <value>\t- Sets playback speed, where 1 is normal speed,\n"
" \t is double speed, 0.5 is half speed. Default: 1.0.\n"
" -pos <ms> \t- Sets initial time position in the session file,\n"