Fix pulling into the same branch.
[gitweb.git] / Documentation / git-add-script.txt
index 7ad2cfd8809841150abd583d482ded5993c3627e..300114358a2a765919c3720492329136ca82ff0e 100644 (file)
@@ -7,7 +7,7 @@ git-add-script - Add files to the cache.
 
 SYNOPSIS
 --------
-'git-add-script' [<file>]\+
+'git-add-script' <file>...
 
 DESCRIPTION
 -----------
@@ -16,7 +16,7 @@ to do "cvs add".
 
 OPTIONS
 -------
-<file>::
+<file>...::
        Files to add to the cache.
 
 Author