fix quoting in example

This commit is contained in:
Joey Hess 2023-06-28 14:44:42 -04:00
parent a621b441d9
commit 2c18fc1d60
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -24,7 +24,7 @@ as the external diff driver, where cmd is the external diff
driver you want it to run, and params are any extra parameters to pass driver you want it to run, and params are any extra parameters to pass
to it. Note the trailing "--", which is required. to it. Note the trailing "--", which is required.
For example, set `GIT_EXTERNAL_DIFF=git-annex diffdriver -- j-c-diff --` For example, set `GIT_EXTERNAL_DIFF="git-annex diffdriver -- j-c-diff --"`
# OPTIONS # OPTIONS