From 601ab1a181ebf10e8ade6a0fb171ecf7c340dd82 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Wed, 4 Nov 2020 23:53:37 -0500 Subject: [PATCH] Add second default too --- client-cli/pvc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-cli/pvc.py b/client-cli/pvc.py index 4b79daf4..3964173a 100755 --- a/client-cli/pvc.py +++ b/client-cli/pvc.py @@ -1002,7 +1002,7 @@ def vm_flush_locks(domain): ) @click.option( '-l', '--lines', 'lines', default=None, show_default=False, - help='Display this many log lines from the end of the log buffer. [default: 1000]' + help='Display this many log lines from the end of the log buffer. [default: 1000; with follow: 10]' ) @click.option( '-f', '--follow', 'follow', is_flag=True, default=False,