From c41a80dd82d8cd257ccff781d89ddfa7ceaac53b Mon Sep 17 00:00:00 2001 From: samwiseg0 Date: Wed, 24 Apr 2019 12:15:02 -0400 Subject: [PATCH] Add "Depreciated" to debug help --- Varken.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Varken.py b/Varken.py index 65aecd8..c78dbb7 100644 --- a/Varken.py +++ b/Varken.py @@ -43,7 +43,7 @@ if __name__ == "__main__": formatter_class=RawTextHelpFormatter) parser.add_argument("-d", "--data-folder", help='Define an alternate data folder location') - parser.add_argument("-D", "--debug", action='store_true', help='Use to enable DEBUG logging') + parser.add_argument("-D", "--debug", action='store_true', help='Use to enable DEBUG logging. (Depreciated)') parser.add_argument("-ND", "--no_debug", action='store_true', help='Use to disable DEBUG logging') opts = parser.parse_args()