diff options
author | Vito Caputo <vcaputo@gnugeneration.com> | 2016-08-08 21:35:07 -0700 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-08-09 00:35:07 -0400 |
commit | 5a507f8cce8b8557a916c68ec277851f311b035c (patch) | |
tree | b2ab42cc5df61bd04bd6ca4ed06c8ef8152a3387 /src/journal-remote | |
parent | 9c067923cb4c629cdfe8dee467935db91a3190ad (diff) |
journal-gatewayd: fix typo; s/Certificat/Certificate/ (#3931)
Diffstat (limited to 'src/journal-remote')
-rw-r--r-- | src/journal-remote/journal-gatewayd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/journal-remote/journal-gatewayd.c b/src/journal-remote/journal-gatewayd.c index 05c8698f78..c2b5a5f205 100644 --- a/src/journal-remote/journal-gatewayd.c +++ b/src/journal-remote/journal-gatewayd.c @@ -885,7 +885,7 @@ static void help(void) { " --version Show package version\n" " --cert=CERT.PEM Server certificate in PEM format\n" " --key=KEY.PEM Server key in PEM format\n" - " --trust=CERT.PEM Certificat authority certificate in PEM format\n" + " --trust=CERT.PEM Certificate authority certificate in PEM format\n" " -D --directory=PATH Serve journal files in directory\n", program_invocation_short_name); } |