From fa3c21c1c333f596f71b0d15ea70610cd2438b76 Mon Sep 17 00:00:00 2001 From: Anton Lazarev Date: Thu, 17 Aug 2017 19:27:06 -0400 Subject: [PATCH] Now with 100% more `pmbootstrap log`! (#406) --- pmb/parse/arguments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmb/parse/arguments.py b/pmb/parse/arguments.py index 790074fe..0e5cedf4 100644 --- a/pmb/parse/arguments.py +++ b/pmb/parse/arguments.py @@ -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")