]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/output-mode.c
journalctl: add output mode where time is shown in seconds since 1st Jan 1970 UTC
[thirdparty/systemd.git] / src / shared / output-mode.c
index be6281bd3f138b4672834f596aa352f03693daad..bec53ee0ae2f729a9465f8a5498e2d86c07f467a 100644 (file)
@@ -25,6 +25,7 @@ static const char *const output_mode_table[_OUTPUT_MODE_MAX] = {
         [OUTPUT_SHORT_ISO] = "short-iso",
         [OUTPUT_SHORT_PRECISE] = "short-precise",
         [OUTPUT_SHORT_MONOTONIC] = "short-monotonic",
+        [OUTPUT_SHORT_UNIX] = "short-unix",
         [OUTPUT_VERBOSE] = "verbose",
         [OUTPUT_EXPORT] = "export",
         [OUTPUT_JSON] = "json",