git-add --interactive: add documentation

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano
2006-12-25 01:30:55 -08:00
parent 835b2aeba7
commit 6a5ad23de6
2 changed files with 119 additions and 2 deletions

View File

@ -12,7 +12,7 @@
#include "cache-tree.h"
static const char builtin_add_usage[] =
"git-add [-n] [-v] <filepattern>...";
"git-add [-n] [-v] [--interactive] [--] <filepattern>...";
static void prune_directory(struct dir_struct *dir, const char **pathspec, int prefix)
{