From 0ff0fde49e8d31b4fb9882dc12e1c17e6a641512 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Wed, 24 Aug 2022 17:38:05 -0600 Subject: Man pages: refactor common options: log-related options podman-logs and podman-pod-logs. Most of these were already identical, needing no review. Exceptions: --follow : needed some container/pod tweaking. This is the only one that really needs careful review. --names : I went with the longer version Note that podman-events has --since and --until options too, but those are too different to be combined here. Signed-off-by: Ed Santiago --- docs/source/markdown/options/tail.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs/source/markdown/options/tail.md (limited to 'docs/source/markdown/options/tail.md') diff --git a/docs/source/markdown/options/tail.md b/docs/source/markdown/options/tail.md new file mode 100644 index 000000000..463b6fc3f --- /dev/null +++ b/docs/source/markdown/options/tail.md @@ -0,0 +1,4 @@ +#### **--tail**=*LINES* + +Output the specified number of LINES at the end of the logs. LINES must be an integer. Defaults to -1, +which prints all lines -- cgit v1.2.3-54-g00ecf