diff options
author | Junio C Hamano <junkio@cox.net> | 2005-08-26 21:33:46 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-08-26 21:33:46 -0700 |
commit | 905197de9f8f1a2ce619ac888ab7a2e1a67acb56 (patch) | |
tree | 2b7d02636b35b372bda814bff3bc5511cd59dee7 /Documentation/git-add-script.txt | |
parent | [PATCH] Subject: [PATCH] Add some documentation. (diff) | |
download | tgif-905197de9f8f1a2ce619ac888ab7a2e1a67acb56.tar.xz |
Update the main documentation index.
Gitzilla updated bunch of undocumented command pages, so move the
entries in the main documentation index around to put them in proper
category. Ordering within category will be fixed later.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-add-script.txt')
-rw-r--r-- | Documentation/git-add-script.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-add-script.txt b/Documentation/git-add-script.txt index 7ad2cfd880..300114358a 100644 --- a/Documentation/git-add-script.txt +++ b/Documentation/git-add-script.txt @@ -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 |