diff options
author | Chris Shoemaker <c.shoemaker@cox.net> | 2005-10-29 17:46:41 -0400 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-10-30 17:28:01 -0800 |
commit | 14470c0de3d5a4388960f59ea96038206bacd888 (patch) | |
tree | 4e279cc60fc1a7e0cf1de82eb33b34bb47f27df1 /update-index.c | |
parent | b0bafe0364860ba45b74a5aec5b920213d5caa34 (diff) | |
download | git-14470c0de3d5a4388960f59ea96038206bacd888.tar.gz git-14470c0de3d5a4388960f59ea96038206bacd888.tar.xz |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update-index.c b/update-index.c index 661b86a97..5bbc3de28 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) { |