mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-29 03:13:47 +01:00
general: Add message about deprecation.
This commit is contained in:
parent
eab7458771
commit
ba84790b7a
@ -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.")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user