mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-08-12 15:47:01 +02:00
general: Add message about deprecation.
This commit is contained in:
@ -61,6 +61,9 @@ def get_args(args):
|
|||||||
arg.add_argument("-R", action="store_true",
|
arg.add_argument("-R", action="store_true",
|
||||||
help="Restore previous colorscheme.")
|
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",
|
arg.add_argument("-v", action="store_true",
|
||||||
help="Print \"wal\" version.")
|
help="Print \"wal\" version.")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user