general: Add message about deprecation.

This commit is contained in:
Dylan Araps 2017-12-27 20:19:20 +11:00
parent eab7458771
commit ba84790b7a

View File

@ -61,6 +61,9 @@ def get_args(args):
arg.add_argument("-R", action="store_true",
help="Restore previous colorscheme.")
arg.add_argument("-t", action="store_false",
help="Deprecated: Does nothing and is no longer needed.")
arg.add_argument("-v", action="store_true",
help="Print \"wal\" version.")