From 2c18fc1d6090d9e9a162d2cec45ce00e16b4f5b7 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 28 Jun 2023 14:44:42 -0400 Subject: [PATCH] fix quoting in example --- doc/git-annex-diffdriver.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/git-annex-diffdriver.mdwn b/doc/git-annex-diffdriver.mdwn index 994d195202..6033ebdb52 100644 --- a/doc/git-annex-diffdriver.mdwn +++ b/doc/git-annex-diffdriver.mdwn @@ -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 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