From 9b42f5fe897921f782c917cb75614b0102293aaa Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 18 Feb 2025 14:46:10 -0400 Subject: [PATCH] improve apiurl description --- Remote/GitLFS.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Remote/GitLFS.hs b/Remote/GitLFS.hs index 372ba62a9b..d598ea5623 100644 --- a/Remote/GitLFS.hs +++ b/Remote/GitLFS.hs @@ -68,7 +68,7 @@ remote = specialRemoteType $ RemoteType [ optionalStringParser urlField (FieldDesc "url of git-lfs repository") , optionalStringParser apiUrlField - (FieldDesc "url of LFS API endpoint") + (FieldDesc "url of LFS API endpoint (when not specified derives from url)") ] , setup = mySetup , exportSupported = exportUnsupported