diff options
author | Matthias Kestenholz <matthias@spinlock.ch> | 2007-12-05 12:28:50 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-12-05 11:08:00 -0800 |
commit | 21640376a5b3e55557020a4932ba78daffc2d77e (patch) | |
tree | 402bb8ef091b730d6097af04dd31151b37b64c41 /Documentation | |
parent | Set OLD_ICONV on Cygwin. (diff) | |
download | tgif-21640376a5b3e55557020a4932ba78daffc2d77e.tar.xz |
Documentation: add --patch option to synopsis of git-add
Signed-off-by: Matthias Kestenholz <matthias@spinlock.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-add.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-add.txt b/Documentation/git-add.txt index e74f83b47a..bf94cd43bd 100644 --- a/Documentation/git-add.txt +++ b/Documentation/git-add.txt @@ -8,7 +8,7 @@ git-add - Add file contents to the index SYNOPSIS -------- [verse] -'git-add' [-n] [-v] [-f] [--interactive | -i] [-u] [--refresh] +'git-add' [-n] [-v] [-f] [--interactive | -i] [--patch | -p] [-u] [--refresh] [--] <filepattern>... DESCRIPTION |