Now with 100% more `pmbootstrap log`! (#406)

This commit is contained in:
Anton Lazarev 2017-08-17 19:27:06 -04:00 committed by Oliver Smith
parent c2eb77da18
commit fa3c21c1c3
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ def arguments():
"log_distccd",
help="follow the distccd logfile")
for action in [log, log_distccd]:
action.add_argument("-n", "--lines", default="30",
action.add_argument("-n", "--lines", default="60",
help="count of initial output lines")
action.add_argument("-c", "--clear", help="clear the log",
action="store_true", dest="clear_log")