diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-07-02 05:18:44 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-07-16 04:34:41 +0200 |
commit | a83f403760cb63b1bf7787e9ff325ffb6d891d39 (patch) | |
tree | db63ca7b6090151052c232a30ae62c20e3153b2f /src/journal-remote/journal-upload.c | |
parent | Fix problem with allocating large buffers and log leftovers (diff) | |
download | systemd-a83f403760cb63b1bf7787e9ff325ffb6d891d39.tar.xz systemd-a83f403760cb63b1bf7787e9ff325ffb6d891d39.zip |
journal-remote: improve some messages
Diffstat (limited to '')
-rw-r--r-- | src/journal-remote/journal-upload.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/journal-remote/journal-upload.c b/src/journal-remote/journal-upload.c index 680073f4d9..95be9a0e21 100644 --- a/src/journal-remote/journal-upload.c +++ b/src/journal-remote/journal-upload.c @@ -479,7 +479,7 @@ static void help(void) { printf("%s -u URL {FILE|-}...\n\n" "Upload journal events to a remote server.\n\n" "Options:\n" - " --url=URL Upload to this address\n" + " -u --url=URL Upload to this address\n" " --key=FILENAME Specify key in PEM format\n" " --cert=FILENAME Specify certificate in PEM format\n" " --trust=FILENAME Specify CA certificate in PEM format\n" |