diff --git a/terminatorlib/optionparse.py b/terminatorlib/optionparse.py index 6e512fa2..513cb740 100755 --- a/terminatorlib/optionparse.py +++ b/terminatorlib/optionparse.py @@ -106,6 +106,6 @@ WM_WINDOW_ROLE property on the window') # FIXME: Map all the other bits of options to configobj if util.DEBUG == True: - dbg('OptionParse::parse_options: options dump: %s' % options) + dbg('OptionParse::parse_options: command line options: %s' % options) return(options)