]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
journal-remote: fix description of option
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 30 Mar 2020 20:02:13 +0000 (22:02 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 31 Mar 2020 20:19:22 +0000 (22:19 +0200)
We use whatever compression is configured, most often not XZ.

src/journal-remote/journal-remote-main.c

index 88e42d3a984ba1b517e7a9f40ea895fb55ac222b..551b84130dd34ac521d14f68f01dce9a6d7c5ca8 100644 (file)
@@ -786,7 +786,7 @@ static int help(void) {
                "     --listen-http=ADDR     Listen for HTTP connections at ADDR\n"
                "     --listen-https=ADDR    Listen for HTTPS connections at ADDR\n"
                "  -o --output=FILE|DIR      Write output to FILE or DIR/external-*.journal\n"
-               "     --compress[=BOOL]      XZ-compress the output journal (default: yes)\n"
+               "     --compress[=BOOL]      Use compression in the output journal (default: yes)\n"
                "     --seal[=BOOL]          Use event sealing (default: no)\n"
                "     --key=FILENAME         SSL key in PEM format (default:\n"
                "                            \"" PRIV_KEY_FILE "\")\n"