diff --git a/Remote/Compute.hs b/Remote/Compute.hs index 2142c96e48..08b7f385d4 100644 --- a/Remote/Compute.hs +++ b/Remote/Compute.hs @@ -118,7 +118,7 @@ computeConfigParser _ = return $ RemoteConfigParser -- to the input params. , remoteConfigRestPassthrough = Just ( const True - , [] + , [("*", FieldDesc "all other parameters are passed to compute program")] ) }