OSDN Git Service

pack-objects: place angle brackets around placeholders in usage strings
authorAlex Henrie <alexhenrie24@gmail.com>
Thu, 27 Aug 2015 04:26:36 +0000 (22:26 -0600)
committerJunio C Hamano <gitster@pobox.com>
Fri, 28 Aug 2015 18:59:10 +0000 (11:59 -0700)
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/pack-objects.c

index 5e14064..06884c2 100644 (file)
@@ -20,8 +20,8 @@
 #include "thread-utils.h"
 
 static const char *pack_usage[] = {
-       N_("git pack-objects --stdout [options...] [< ref-list | < object-list]"),
-       N_("git pack-objects [options...] base-name [< ref-list | < object-list]"),
+       N_("git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"),
+       N_("git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"),
        NULL
 };