From fa9658cbfaa94fd5d0425041404e498c01db1aa3 Mon Sep 17 00:00:00 2001
From: baude <bbaude@redhat.com>
Date: Tue, 6 Feb 2018 09:07:51 -0600
Subject: podman logs: fix tailing

Fix issues with tailing of container logs as described
in issue #16.  Also add in the ability to use a duration or
known time stamp formats for the --since flag.

Signed-off-by: baude <bbaude@redhat.com>

Closes: #317
Approved by: mheon
---
 completions/bash/podman | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'completions')

diff --git a/completions/bash/podman b/completions/bash/podman
index 925f8fca5..905792a9b 100644
--- a/completions/bash/podman
+++ b/completions/bash/podman
@@ -923,6 +923,8 @@ _podman_logs() {
      -f
      --latest
      -l
+     --timestamps
+     -t
      "
      _complete_ "$options_with_args" "$boolean_options"
 
-- 
cgit v1.2.3-54-g00ecf