]> source.dussan.org Git - tigervnc.git/commitdiff
Added '\n' to program usage message.
authorgeorge82 <george82@3789f03b-4d11-0410-bbf8-ca57d06f2519>
Mon, 21 Feb 2005 13:23:56 +0000 (13:23 +0000)
committergeorge82 <george82@3789f03b-4d11-0410-bbf8-ca57d06f2519>
Mon, 21 Feb 2005 13:23:56 +0000 (13:23 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@208 3789f03b-4d11-0410-bbf8-ca57d06f2519

rfbplayer/rfbplayer.cxx

index 3286ccc7db7a6110012154bd7037ab43cf0d6073..4b1d42112df46b619cc0484a2d22e15fde72d0ad 100644 (file)
@@ -48,8 +48,8 @@ char usage_msg[] =
  "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"