On Wed, 15 Apr 2009, Jeff King wrote:
static const char * const cat_file_usage[] = {
- "git cat-file [-t|-s|-e|-p|<type>] <sha1>",
- "git cat-file [--batch|--batch-check] < <list_of_sha1s>",
+ "git cat-file {-t|-s|-e|-p|<type>} <object>",
+ "git cat-file [--batch|--batch-check] < <list_of_objects>",
Shouldn't that read:
+ "git cat-file {--batch|--batch-check} < <list_of_objects>",
since, like the previous line, you are required to supply one of the two
options?
--
Julian
---
DPRINTK("FAILURE, CAPUT\n");
linux-2.6.6/drivers/net/tokenring/ibmtr.c
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html