]> git.ipfire.org Git - thirdparty/git.git/blobdiff - help.c
Merge branch 'ab/doc-synopsis-and-cmd-usage'
[thirdparty/git.git] / help.c
diff --git a/help.c b/help.c
index d04542d8261dd4e8eb2287edc3623492b34f3ce4..f1e090a4428f0e9e55b11a528e983d0908ffc70e 100644 (file)
--- a/help.c
+++ b/help.c
@@ -757,7 +757,7 @@ int cmd_version(int argc, const char **argv, const char *prefix)
        struct strbuf buf = STRBUF_INIT;
        int build_options = 0;
        const char * const usage[] = {
-               N_("git version [<options>]"),
+               N_("git version [--build-options]"),
                NULL
        };
        struct option options[] = {