diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-03-30 22:02:13 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-03-31 22:19:22 +0200 |
commit | 82b2281dd54b2b83c53ccbaf73b6ca9b687e0b94 (patch) | |
tree | 5c3366286945d6f137321ae93871b185448ecd21 /src/journal-remote | |
parent | sd-bus: simplify bus_maybe_reply_error (diff) | |
download | systemd-82b2281dd54b2b83c53ccbaf73b6ca9b687e0b94.tar.xz systemd-82b2281dd54b2b83c53ccbaf73b6ca9b687e0b94.zip |
journal-remote: fix description of option
We use whatever compression is configured, most often not XZ.
Diffstat (limited to 'src/journal-remote')
-rw-r--r-- | src/journal-remote/journal-remote-main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/journal-remote/journal-remote-main.c b/src/journal-remote/journal-remote-main.c index 88e42d3a98..551b84130d 100644 --- a/src/journal-remote/journal-remote-main.c +++ b/src/journal-remote/journal-remote-main.c @@ -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" |