]> git.lyx.org Git - lyx.git/blobdiff - src/client/client.cpp
GuiAbout: enforce a reasonable width (show all tabs)
[lyx.git] / src / client / client.cpp
index 4d7eea53f6678f0f303ae40f43d18865951516c4..9c7856014b36f0d994415cf84e041acf818e278e 100644 (file)
@@ -426,7 +426,7 @@ bool CmdLineParser::parse(int argc, char * argv[])
 
 namespace cmdline {
 
-    docstring mainTmp(from_ascii("/tmp"));
+docstring mainTmp(from_ascii("/tmp"));
 
 
 class StopException : public exception
@@ -456,8 +456,8 @@ void usage()
          "lyxclient will connect only to a lyx with the specified pid. Options -c and -g\n"
          "cannot be set simultaneoulsly. If no -c or -g options are given, lyxclient\n"
          "will read commands from standard input and disconnect when command read is BYE:\n"
-      "\n"
-      "System directory is: " << to_utf8(cmdline::mainTmp)
+         "\n"
+         "System directory is: " << to_utf8(cmdline::mainTmp)
           << endl;
 }