systemd-journal-remote use case update

This commit is contained in:
Kyrylo Gliebov 2018-11-16 19:55:12 +01:00 committed by Kirill Glebov
parent 2162092977
commit 91877b0570
3 changed files with 15 additions and 6 deletions

View file

@ -117,6 +117,8 @@
cmd.push("--cursor=" + options.cursor);
if (options.after)
cmd.push("--after=" + options.after);
if (options.merge)
cmd.push("-m");
/* journalctl doesn't allow reverse and follow together */
if (options.reverse)