Add "Depreciated" to debug help
This commit is contained in:
parent
b7f8b6dc7f
commit
c41a80dd82
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue