diff options
Diffstat (limited to 'Documentation/git-add-script.txt')
-rw-r--r-- | Documentation/git-add-script.txt | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/Documentation/git-add-script.txt b/Documentation/git-add-script.txt index 866d9c2d94..300114358a 100644 --- a/Documentation/git-add-script.txt +++ b/Documentation/git-add-script.txt @@ -3,26 +3,21 @@ git-add-script(1) NAME ---- -git-add-script - Some git command not yet documented. - +git-add-script - Add files to the cache. SYNOPSIS -------- -'git-add-script' [ --option ] <args>... +'git-add-script' <file>... DESCRIPTION ----------- -Does something not yet documented. - +A simple wrapper to git-update-cache to add files to the cache for people used +to do "cvs add". OPTIONS ------- ---option:: - Some option not yet documented. - -<args>...:: - Some argument not yet documented. - +<file>...:: + Files to add to the cache. Author ------ |