X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=update-index.c;h=5bbc3de2898caddfd019fac77c6a1daf922250cf;hb=e388ab74dbaea5cdbf07b175be8d6980579392f4;hp=661b86a979e7c75ea9b3ca9d030aebb44693ee04;hpb=1301c6eb412e7c5511b952a12e42c70ad56f028b;p=git.git diff --git a/update-index.c b/update-index.c index 661b86a9..5bbc3de2 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] [--] ..."; +"git-update-index [-q] [--add] [--replace] [--remove] [--unmerged] [--refresh] [--cacheinfo] [--chmod=(+|-)x] [--info-only] [--force-remove] [--stdin] [--index-info] [--ignore-missing] [-z] [--verbose] [--] ..."; int main(int argc, const char **argv) {