diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-02-16 22:45:14 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-02-16 22:45:14 -0800 |
commit | 6d816301cd53e54af3398b634d47588a6f184be4 (patch) | |
tree | 946bbec83ad85736d3e4c25406d510ac4841e256 /builtin-cat-file.c | |
parent | Merge branch 'maint' (diff) | |
parent | Typofixes outside documentation area (diff) | |
download | tgif-6d816301cd53e54af3398b634d47588a6f184be4.tar.xz |
Merge branch 'jc/typo'
* jc/typo:
Typofixes outside documentation area
Diffstat (limited to 'builtin-cat-file.c')
-rw-r--r-- | builtin-cat-file.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/builtin-cat-file.c b/builtin-cat-file.c index 5906842008..a933eaa043 100644 --- a/builtin-cat-file.c +++ b/builtin-cat-file.c @@ -219,9 +219,10 @@ int cmd_cat_file(int argc, const char **argv, const char *prefix) "exit with zero when there's no error", 'e'), OPT_SET_INT('p', NULL, &opt, "pretty-print object's content", 'p'), OPT_SET_INT(0, "batch", &batch, - "show info and content of objects feeded on stdin", BATCH), + "show info and content of objects fed from the standard input", + BATCH), OPT_SET_INT(0, "batch-check", &batch, - "show info about objects feeded on stdin", + "show info about objects fed from the standard input", BATCH_CHECK), OPT_END() }; |