From 21640376a5b3e55557020a4932ba78daffc2d77e Mon Sep 17 00:00:00 2001 From: Matthias Kestenholz Date: Wed, 5 Dec 2007 12:28:50 +0100 Subject: [PATCH] Documentation: add --patch option to synopsis of git-add Signed-off-by: Matthias Kestenholz Signed-off-by: Junio C Hamano --- Documentation/git-add.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] [--] ... DESCRIPTION -- 2.11.4.GIT