diff --git a/fire/helptext.py b/fire/helptext.py index 318d6276..be591979 100644 --- a/fire/helptext.py +++ b/fire/helptext.py @@ -40,7 +40,7 @@ from fire import inspectutils from fire import value_types -LINE_LENGTH = 80 +LINE_LENGTH = 132 SECTION_INDENTATION = 4 SUBSECTION_INDENTATION = 4