diff options
| author | Junio C Hamano <gitster@pobox.com> | 2010-10-21 17:16:04 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2010-10-21 17:16:10 -0700 |
| commit | d4c436975214d8f94d38f9be0ef709b4714fc821 (patch) | |
| tree | ae0ecf02aedd1340a02cb3d9e9b479629e8dcd70 /builtin/checkout-index.c | |
| parent | {cvs,svn}import: use the new 'git read-tree --empty' (diff) | |
| parent | Git 1.7.3.2 (diff) | |
| download | git-d4c436975214d8f94d38f9be0ef709b4714fc821.tar.gz git-d4c436975214d8f94d38f9be0ef709b4714fc821.zip | |
Sync with 1.7.3.2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/checkout-index.c')
| -rw-r--r-- | builtin/checkout-index.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/checkout-index.c b/builtin/checkout-index.c index a7a5ee10f3..65cbee0552 100644 --- a/builtin/checkout-index.c +++ b/builtin/checkout-index.c @@ -155,7 +155,7 @@ static void checkout_all(const char *prefix, int prefix_length) } static const char * const builtin_checkout_index_usage[] = { - "git checkout-index [options] [--] <file>...", + "git checkout-index [options] [--] [<file>...]", NULL }; |
