From 4a9972312946bb207a17ed6571cbd3bd6f81be2c Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 30 Jul 2011 14:52:53 -0400 Subject: [PATCH] CmdShow - Added 'json.array' to the list of allowed configuration variables. --- src/commands/CmdShow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/CmdShow.cpp b/src/commands/CmdShow.cpp index d1f4874a0..ffd008881 100644 --- a/src/commands/CmdShow.cpp +++ b/src/commands/CmdShow.cpp @@ -169,6 +169,7 @@ int CmdShow::execute (std::string& output) " journal.time" " journal.time.start.annotation" " journal.time.stop.annotation" + " json.array" " list.all.projects" " list.all.tags" " locale"