Keep line length under 80c

This commit is contained in:
Ranieri Althoff 2017-10-18 12:24:08 -02:00
parent e089921b36
commit d6c988c62f
No known key found for this signature in database
GPG Key ID: 5B5C826F4CC77499

View File

@ -69,7 +69,7 @@ def get_args(args):
help="Print \"wal\" version.")
arg.add_argument("-e", action="store_true",
help="Skip Reloading Environment gtk/xrdb/i3/sway/polybar")
help="Skip reloading gtk/xrdb/i3/sway/polybar")
return arg.parse_args(args)