From d6d6a098f3c72b18bb45f525dc5ff1087a963b71 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Tue, 29 Oct 2013 22:51:55 -0400 Subject: [PATCH] Documentation - Added new configuration settings to 'show' command and man page. --- NEWS | 1 + src/commands/CmdShow.cpp | 3 +++ 2 files changed, 4 insertions(+) diff --git a/NEWS b/NEWS index c0caa0b0c..578cf14de 100644 --- a/NEWS +++ b/NEWS @@ -25,6 +25,7 @@ New configuration options in taskwarrior 2.3.0 - 'taskd.credentials' specifies user credentials for the task server. - 'taskd.certificate' specifies the task server certificate for authentication. - 'taskd.key' specifies the task server key for encryption. + - 'taskd.ca' specifies the task server CA. - 'taskd.trust' overrides certificate checking. - 'debug.tls' shows TLS log information, for debugging. - The configuration file supports JSON encoding of unicode characters \uNNNN. diff --git a/src/commands/CmdShow.cpp b/src/commands/CmdShow.cpp index 1005fad0f..5b13bbf41 100644 --- a/src/commands/CmdShow.cpp +++ b/src/commands/CmdShow.cpp @@ -189,8 +189,11 @@ int CmdShow::execute (std::string& output) " shell.prompt" " tag.indicator" " taskd.server" + " taskd.ca" " taskd.certificate" " taskd.credentials" + " taskd.key" + " taskd.trust" " undo.style" " urgency.active.coefficient" " urgency.scheduled.coefficient"