aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sos/sosreport.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/sos/sosreport.py b/sos/sosreport.py
index 71d24756..65eb29e6 100644
--- a/sos/sosreport.py
+++ b/sos/sosreport.py
@@ -600,7 +600,8 @@ class SoSOptions(object):
default=deque())
parser.add_option("--log-size", action="store",
dest="log_size", default=10, type="int",
- help="set a limit on the size of collected logs (in MiB)")
+ help="set a limit on the size of collected logs "
+ "(in MiB)")
parser.add_option("-a", "--alloptions", action="store_true",
dest="usealloptions", default=False,
help="enable all options for loaded plugins")