From f18b1c55e5b7478524c15685cd643555fc919f3f Mon Sep 17 00:00:00 2001 From: "J. Bruce Fields" Date: Fri, 21 Dec 2007 19:57:16 -0500 Subject: [PATCH] Documentation: fix remote..skipDefaultUpdate description Fix the subcommand name. Signed-off-by: J. Bruce Fields --- Documentation/config.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/config.txt b/Documentation/config.txt index 83bc33c421..6f2343fbc0 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -658,7 +658,7 @@ remote..push:: remote..skipDefaultUpdate:: If true, this remote will be skipped by default when updating - using the remote subcommand of gitlink:git-remote[1]. + using the update subcommand of gitlink:git-remote[1]. remote..receivepack:: The default program to execute on the remote side when pushing. See -- 2.11.4.GIT