packages/et

This commit is contained in:
termux-actions[bot]
2022-05-05 07:21:09 +00:00
parent 06c4155e9e
commit 170f01c86e
2 changed files with 10 additions and 13 deletions

View File

@@ -1,8 +1,6 @@
diff --git a/src/terminal/TerminalServerMain.cpp b/src/terminal/TerminalServerMain.cpp
index a8d59c6..23fa0ae 100644
--- a/src/terminal/TerminalServerMain.cpp
+++ b/src/terminal/TerminalServerMain.cpp
@@ -28,11 +28,11 @@ int main(int argc, char **argv) {
--- ./src/terminal/TerminalServerMain.cpp~ 2022-05-05 06:28:11.000000000 +0200
+++ ./src/terminal/TerminalServerMain.cpp 2022-05-05 08:56:50.241909706 +0200
@@ -40,11 +40,11 @@
("logtostdout", "log to stdout") //
("pidfile", "Location of the pid file",
cxxopts::value<std::string>()->default_value(
@@ -11,8 +9,8 @@ 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)) //
;
- "If set, listens on the matching fifo name", //
+ "If set, listens on the matching server fifo name", //
cxxopts::value<std::string>()->default_value("")) //
("telemetry",
"Allow et to anonymously send errors to guide future improvements",