X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-cat-file.c;h=a933eaa043257c84f35e1d86728ca91be035caff;hb=d0c26f0f56444d93a08121bb1f3691b2bbbfb958;hp=590684200854ad6a71653f30d494eb191fd4a324;hpb=caa7dac163f7f7fc827da6fd4a5aba259a50e1ab;p=git.git diff --git a/builtin-cat-file.c b/builtin-cat-file.c index 590684200..a933eaa04 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() };