genmarshal: Conform --help output to conventions

The convention for arguments taking a value is:

  --argument=VALUE

with the `VALUE` in caps.

https://bugzilla.gnome.org/show_bug.cgi?id=781755
This commit is contained in:
Emmanuele Bassi 2017-04-26 13:41:41 +01:00
parent aefffa3fbc
commit 1ffad8fed9

View File

@ -1116,8 +1116,8 @@ print_blurb (FILE *bout,
g_fprintf (bout, "Utility Options:\n");
g_fprintf (bout, " --header Generate C headers\n");
g_fprintf (bout, " --body Generate C code\n");
g_fprintf (bout, " --prefix=string Specify marshaller prefix\n");
g_fprintf (bout, " --output=file Write output into the specified file\n");
g_fprintf (bout, " --prefix=STRING Specify marshaller prefix\n");
g_fprintf (bout, " --output=FILE Write output into the specified file\n");
g_fprintf (bout, " --skip-source Skip source location comments\n");
g_fprintf (bout, " --stdinc, --nostdinc Include/use standard marshallers\n");
g_fprintf (bout, " --internal Mark generated functions as internal\n");