X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=builtin%2Fcat-file.c;h=560f6c2cc72b8f489c7f113601b464f44b6e395a;hb=5fcb68584ed20e8097c8c0c7495351741675f40f;hp=2dfe6265f7df6099b51645fa67dbeeb3f4f567a4;hpb=334903ca587355432735a3aee3d4e3d118573335;p=platform%2Fupstream%2Fgit.git diff --git a/builtin/cat-file.c b/builtin/cat-file.c index 2dfe626..560f6c2 100644 --- a/builtin/cat-file.c +++ b/builtin/cat-file.c @@ -440,7 +440,7 @@ static int batch_objects(struct batch_options *opt) } static const char * const cat_file_usage[] = { - N_("git cat-file (-t [--allow-unknown-type]|-s [--allow-unknown-type]|-e|-p||--textconv) "), + N_("git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -p | | --textconv) "), N_("git cat-file (--batch | --batch-check) [--follow-symlinks]"), NULL };