Add second default too

This commit is contained in:
Joshua Boniface 2020-11-04 23:53:37 -05:00
parent 2266438303
commit 601ab1a181
1 changed files with 1 additions and 1 deletions

View File

@ -1002,7 +1002,7 @@ def vm_flush_locks(domain):
) )
@click.option( @click.option(
'-l', '--lines', 'lines', default=None, show_default=False, '-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( @click.option(
'-f', '--follow', 'follow', is_flag=True, default=False, '-f', '--follow', 'follow', is_flag=True, default=False,