mirror of
https://github.com/systemd/systemd.git
synced 2025-01-06 17:18:12 +03:00
893bcd3d07
This new output formatting option is similar to "short-monotonic" but also shows the time delta between two messages. This fixes #24641.
7 lines
318 B
Plaintext
7 lines
318 B
Plaintext
#autoload
|
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
local -a _output_opts
|
|
_output_opts=(short short-full short-iso short-iso-precise short-precise short-monotonic short-unix short-delta verbose export json json-pretty json-sse json-seq cat with-unit)
|
|
_describe -t output 'output mode' _output_opts || compadd "$@"
|