From 778d2af36e1d0db6c058276b44b08382cb523f89 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 19 Dec 2016 12:20:49 -0500 Subject: [PATCH] Config: 'debug.tls' was missing from 'show' command --- src/Config.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Config.cpp b/src/Config.cpp index 7969b90fe..de914f11e 100644 --- a/src/Config.cpp +++ b/src/Config.cpp @@ -258,6 +258,7 @@ std::string Config::_defaults = "list.all.tags=0 # Include old tag names in 'tags' command\n" "print.empty.columns=0 # Print columns which have no data for any task\n" "debug=0 # Display diagnostics\n" + "debug.tls=0 # Sync diagnostics\n" "sugar=1 # Syntactic sugar\n" "obfuscate=0 # Obfuscate data for error reporting\n" "fontunderline=1 # Uses underlines rather than -------\n"