OSDN Git Service

Documentation: fix remote.<name>.skipDefaultUpdate description
authorJ. Bruce Fields <bfields@citi.umich.edu>
Sat, 22 Dec 2007 00:57:16 +0000 (19:57 -0500)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Mon, 31 Dec 2007 16:27:15 +0000 (11:27 -0500)
Fix the subcommand name.

Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Documentation/config.txt

index 83bc33c..6f2343f 100644 (file)
@@ -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