note an issue with CliOpts query_

This commit is contained in:
Simon Michael 2014-02-27 17:39:38 -08:00
parent 762a1b4d74
commit 204af487a5

View File

@ -478,7 +478,7 @@ rawOptsToCliOpts rawopts = do
,format_ = maybestringopt "format" rawopts
,average_ = boolopt "average" rawopts -- register
,related_ = boolopt "related" rawopts -- register
,query_ = unwords $ listofstringopt "args" rawopts
,query_ = unwords $ listofstringopt "args" rawopts -- doesn't handle an arg like "" right
}
}