From cf399da8d72c6a4b97fa9f596fa8e5d5a343c3e2 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Fri, 13 Aug 2021 11:39:19 +0100 Subject: [PATCH] TRACE: Tweak `--trace-all` help message Yes, it actually uses TRACE_ALL level, that's why I didn't capitlise 'trace' in 'Force trace level logging ...'. --- EDMarketConnector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EDMarketConnector.py b/EDMarketConnector.py index d00ed92f..5eadd34d 100755 --- a/EDMarketConnector.py +++ b/EDMarketConnector.py @@ -84,7 +84,7 @@ if __name__ == '__main__': # noqa: C901 parser.add_argument( "--trace-all", - help="Disable trace-on functionality (show any and all trace messages, regardless of trace-on gates)", + help='Force trace level logging, with all possible --trace-on values active.', action='store_true' )