aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-cat-file.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-02-17 14:55:09 -0800
committerJunio C Hamano <gitster@pobox.com>2010-02-17 14:55:09 -0800
commit07cb9a369e12633e1e43e0acded32885592a455c (patch)
treec49f4756ccdcd659207d4edfbad1992ce832a92e /builtin-cat-file.c
parentd3f69766c431bab6321fed1ce64d914dc44ff87f (diff)
parent9517e6b84357252e1882091343661c34d978771e (diff)
downloadgit-07cb9a369e12633e1e43e0acded32885592a455c.tar.gz
Merge branch 'jc/typo' into maint
* jc/typo: Typofixes outside documentation area
Diffstat (limited to 'builtin-cat-file.c')
-rw-r--r--builtin-cat-file.c5
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()
};