From ce05a92ee7db4b260003ffe40083d49dbfd0a635 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 24 Feb 2025 16:39:55 -0400 Subject: [PATCH] add field desc --- Remote/Compute.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")] ) }