Skip to content

Commit

Permalink
Merge branch 'ah/pack-objects-usage-strings'
Browse files Browse the repository at this point in the history
Usage string fix.

* ah/pack-objects-usage-strings:
  pack-objects: place angle brackets around placeholders in usage strings
  • Loading branch information
Junio C Hamano committed Sep 1, 2015
2 parents 49c15c0 + b8c1d27 commit 8746e30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builtin/pack-objects.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
#include "argv-array.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
};

Expand Down

0 comments on commit 8746e30

Please sign in to comment.