From 1e128bf29e5a7bd3e0d80da6633c8d38337f0f03 Mon Sep 17 00:00:00 2001 From: Alex Gil Date: Thu, 21 Jan 2016 10:49:52 -0500 Subject: [PATCH] added relative to the roster in argv --- lib/jekyll/scholar/utilities.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jekyll/scholar/utilities.rb b/lib/jekyll/scholar/utilities.rb index b16f8ca..ecb7bb7 100644 --- a/lib/jekyll/scholar/utilities.rb +++ b/lib/jekyll/scholar/utilities.rb @@ -93,7 +93,7 @@ module Jekyll end end - argv = arguments.split(/(\B-[cCfqptTslomA]|\B--(?:cited(_in_order)?|file|query|prefix|text|style|template|locator|offset|max|suppress_author|))/) + argv = arguments.split(/(\B-[cCfqptTslomA]|\B--(?:cited(_in_order)?|file|query|relative|prefix|text|style|template|locator|offset|max|suppress_author|))/) parser.parse argv.map(&:strip).reject(&:empty?) end -- GitLab