From b8c1d27577578268c63558e9f83f436afb5af886 Mon Sep 17 00:00:00 2001 From: Alex Henrie Date: Wed, 26 Aug 2015 22:26:36 -0600 Subject: pack-objects: place angle brackets around placeholders in usage strings Signed-off-by: Alex Henrie Signed-off-by: Junio C Hamano diff --git a/builtin/pack-objects.c b/builtin/pack-objects.c index 5e14064..06884c2 100644 --- a/builtin/pack-objects.c +++ b/builtin/pack-objects.c @@ -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 [...] [< | < ]"), + N_("git pack-objects [...] [< | < ]"), NULL }; -- cgit v0.10.2-6-g49f6