Minor add verbose option to maintainer_update
This commit is contained in:
parent
3808dec7d4
commit
aa0f30a62e
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
"""rtl_433 maintainer updates to build files and docs."""
|
||||
|
||||
import sys
|
||||
import os
|
||||
import subprocess
|
||||
import glob
|
||||
|
@ -71,7 +72,7 @@ def markup_man_text(help_text):
|
|||
return help_text
|
||||
|
||||
|
||||
verbose = False
|
||||
verbose = '-v' in sys.argv
|
||||
|
||||
# Make sure we run from the top dir
|
||||
topdir = os.path.dirname(os.path.abspath(__file__))
|
||||
|
|
Loading…
Add table
Reference in a new issue