Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Shoemaker <c.shoemaker@cox.net>2005-10-30 01:46:41 +0400
committerJunio C Hamano <junkio@cox.net>2005-10-31 04:28:01 +0300
commit14470c0de3d5a4388960f59ea96038206bacd888 (patch)
tree4e279cc60fc1a7e0cf1de82eb33b34bb47f27df1 /update-index.c
parentb0bafe0364860ba45b74a5aec5b920213d5caa34 (diff)
Add to documentation of git-update-index arguments and usage.
Removed unknown [--version] option. Signed-off-by: Chris Shoemaker <c.shoemaker@cox.net> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'update-index.c')
-rw-r--r--update-index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/update-index.c b/update-index.c
index 661b86a979..5bbc3de289 100644
--- a/update-index.c
+++ b/update-index.c
@@ -393,7 +393,7 @@ static void read_index_info(int line_termination)
}
static const char update_index_usage[] =
-"git-update-index [-q] [--add] [--replace] [--remove] [--unmerged] [--refresh] [--cacheinfo] [--chmod=(+|-)x] [--info-only] [--force-remove] [--stdin] [--index-info] [--ignore-missing] [-z] [--version] [--] <file>...";
+"git-update-index [-q] [--add] [--replace] [--remove] [--unmerged] [--refresh] [--cacheinfo] [--chmod=(+|-)x] [--info-only] [--force-remove] [--stdin] [--index-info] [--ignore-missing] [-z] [--verbose] [--] <file>...";
int main(int argc, const char **argv)
{