Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Keep line length under 80c
Browse files Browse the repository at this point in the history
  • Loading branch information
ranisalt committed Oct 18, 2017
1 parent e089921 commit d6c988c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pywal/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit d6c988c

Please sign in to comment.