pack-objects: place angle brackets around placeholders in usage strings
[gitweb.git] / builtin / pack-objects.c
index 5e140640947cd9c38da00a01d8db9f036e8babd7..06884c2a5722c0d159c6857b0788e8dcbb167799 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
 };