From b8adbdb1ad8570388640777da79352bde7684c73 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Fri, 22 Apr 2016 22:42:44 -0400 Subject: [PATCH] helper: Corrected hint ranges now that libshared supports it --- src/helper.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/helper.cpp b/src/helper.cpp index 892fde95..acbe9358 100644 --- a/src/helper.cpp +++ b/src/helper.cpp @@ -100,9 +100,9 @@ bool expandIntervalHint ( {":yesterday", {"yesterday", "today"}}, {":day", {"today", "tomorrow"}}, {":week", {"socw", "eocw"}}, - {":month", {"socw", "eocw"}}, - {":quarter", {"socw", "eocw"}}, - {":year", {"socw", "eocw"}}, + {":month", {"socm", "eocm"}}, + {":quarter", {"socq", "eocq"}}, + {":year", {"socy", "eocy"}}, }; if (hints.find (hint) != hints.end ())