et: work around formatting bug in etserver help
This commit is contained in:
parent
c02bed1baf
commit
79de94f951
@ -90,7 +90,7 @@ diff --git a/src/terminal/TerminalServerMain.cpp b/src/terminal/TerminalServerMa
|
||||
index a8d59c6..23fa0ae 100644
|
||||
--- a/src/terminal/TerminalServerMain.cpp
|
||||
+++ b/src/terminal/TerminalServerMain.cpp
|
||||
@@ -28,7 +28,7 @@ int main(int argc, char **argv) {
|
||||
@@ -28,11 +28,11 @@ int main(int argc, char **argv) {
|
||||
("logtostdout", "log to stdout") //
|
||||
("pidfile", "Location of the pid file",
|
||||
cxxopts::value<std::string>()->default_value(
|
||||
@ -99,6 +99,11 @@ index a8d59c6..23fa0ae 100644
|
||||
("v,verbose", "Enable verbose logging",
|
||||
cxxopts::value<int>()->default_value("0"), "LEVEL") //
|
||||
("serverfifo",
|
||||
- "If set, listens on the matching fifo name", //
|
||||
+ "If set, listens on the matching server fifo name", //
|
||||
cxxopts::value<std::string>()->default_value(ROUTER_FIFO_NAME)) //
|
||||
;
|
||||
|
||||
@@ -58,7 +58,7 @@ int main(int argc, char **argv) {
|
||||
} else {
|
||||
defaultConf.setGlobally(el::ConfigurationType::ToStandardOutput, "false");
|
||||
|
Loading…
Reference in New Issue
Block a user