README: add merge flag

This commit is contained in:
Christophe Siraut 2020-10-30 14:29:47 +01:00
parent f30119afb8
commit 00cff45d30
1 changed files with 1 additions and 1 deletions

2
README
View File

@ -12,7 +12,7 @@ upstream haproxy or nginx (see provided examples).
2.1 using curl
$ journalctl -o export --no-pager --cursor-file=~/.config/logtracker.cursor | curl -sS -X POST --cacert /etc/ssl/certs/ca-certificates.crt --cert $CERT --key $KEY --data-binary @- https://$HOST/upload
$ journalctl -o export -m --no-pager --cursor-file=~/.config/logtracker.cursor | curl -sS -X POST --cacert /etc/ssl/certs/ca-certificates.crt --cert $CERT --key $KEY --data-binary @- https://$HOST/upload
2.2
* using systemd-journal-upload: