systemd-journal-remote use case update
This commit is contained in:
parent
2162092977
commit
91877b0570
3 changed files with 15 additions and 6 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue