improve apiurl description

This commit is contained in:
Joey Hess 2025-02-18 14:46:10 -04:00
parent d394f0b020
commit 9b42f5fe89
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -68,7 +68,7 @@ remote = specialRemoteType $ RemoteType
[ optionalStringParser urlField [ optionalStringParser urlField
(FieldDesc "url of git-lfs repository") (FieldDesc "url of git-lfs repository")
, optionalStringParser apiUrlField , optionalStringParser apiUrlField
(FieldDesc "url of LFS API endpoint") (FieldDesc "url of LFS API endpoint (when not specified derives from url)")
] ]
, setup = mySetup , setup = mySetup
, exportSupported = exportUnsupported , exportSupported = exportUnsupported