From 893bcd3d074022bd52618cb682152cb822878636 Mon Sep 17 00:00:00 2001 From: Daniel Braunwarth Date: Thu, 22 Sep 2022 18:35:19 +0200 Subject: shared/logs-show: add new --output= format "short-delta" This new output formatting option is similar to "short-monotonic" but also shows the time delta between two messages. This fixes #24641. --- src/machine/machinectl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/machine/machinectl.c') diff --git a/src/machine/machinectl.c b/src/machine/machinectl.c index d05b4101cc..a93425e97b 100644 --- a/src/machine/machinectl.c +++ b/src/machine/machinectl.c @@ -2462,9 +2462,9 @@ static int help(int argc, char *argv[], void *userdata) { " --max-addresses=INTEGER Number of internet addresses to show at most\n" " -o --output=STRING Change journal output mode (short, short-precise,\n" " short-iso, short-iso-precise, short-full,\n" - " short-monotonic, short-unix, verbose, export,\n" + " short-monotonic, short-unix, short-delta,\n" " json, json-pretty, json-sse, json-seq, cat,\n" - " with-unit)\n" + " verbose, export, with-unit)\n" " --verify=MODE Verification mode for downloaded images (no,\n" " checksum, signature)\n" " --force Download image even if already exists\n" -- cgit v1.2.1