Skip to content

Commit

Permalink
Break line
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobTernes committed Aug 17, 2024
1 parent fe8b69a commit d255df0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion FABulous/FABulous.py
Original file line number Diff line number Diff line change
Expand Up @@ -1578,7 +1578,8 @@ def main():
"--verbose",
default=False,
action="count",
help="Show detailed log information including function and line number. For -vv additionally output from FABulator is logged to the shell for the start_FABulator command",
help="Show detailed log information including function and line number. For -vv additionally output from "
"FABulator is logged to the shell for the start_FABulator command",
)

args = parser.parse_args()
Expand Down

0 comments on commit d255df0

Please sign in to comment.