summaryrefslogtreecommitdiff
path: root/Documentation/config.txt
diff options
context:
space:
mode:
authorJ. Bruce Fields <bfields@citi.umich.edu>2007-12-22 00:57:16 (GMT)
committerJ. Bruce Fields <bfields@citi.umich.edu>2007-12-31 16:27:15 (GMT)
commitf18b1c55e5b7478524c15685cd643555fc919f3f (patch)
tree2c24bbb773e033fc88d2ee0b106ccde995e34034 /Documentation/config.txt
parent4f3d37035a7c735a3b69f962656819f4ff7e4927 (diff)
downloadgit-f18b1c55e5b7478524c15685cd643555fc919f3f.zip
git-f18b1c55e5b7478524c15685cd643555fc919f3f.tar.gz
git-f18b1c55e5b7478524c15685cd643555fc919f3f.tar.bz2
Documentation: fix remote.<name>.skipDefaultUpdate description
Fix the subcommand name. Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r--Documentation/config.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 83bc33c..6f2343f 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -658,7 +658,7 @@ remote.<name>.push::
remote.<name>.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.<name>.receivepack::
The default program to execute on the remote side when pushing. See