]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/update-ref.c
standardize usage info string format
[thirdparty/git.git] / builtin / update-ref.c
index 1993529521c0ef20860795168392d1dd7209c991..2497ba4303a03fa244b4f3913c22b45acd0a989c 100644 (file)
@@ -6,9 +6,9 @@
 #include "argv-array.h"
 
 static const char * const git_update_ref_usage[] = {
-       N_("git update-ref [options] -d <refname> [<oldval>]"),
-       N_("git update-ref [options]    <refname> <newval> [<oldval>]"),
-       N_("git update-ref [options] --stdin [-z]"),
+       N_("git update-ref [<options>] -d <refname> [<old-val>]"),
+       N_("git update-ref [<options>]    <refname> <new-val> [<old-val>]"),
+       N_("git update-ref [<options>] --stdin [-z]"),
        NULL
 };