mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-04-22 18:40:43 +02:00
Reduce the width of arguments
This makes the --help output flow easier and look better.
This commit is contained in:
parent
1437da3b5d
commit
0ff14c5ba8
1 changed files with 2 additions and 2 deletions
4
main.c
4
main.c
|
|
@ -228,9 +228,9 @@ main (int argc, char **argv)
|
|||
{ "cflags-only-other", 0, POPT_ARG_NONE, &want_other_cflags, 0,
|
||||
"output cflags not covered by the cflags-only-I option"},
|
||||
{ "variable", 0, POPT_ARG_STRING, &variable_name, 0,
|
||||
"get the value of a variable", "VARIABLENAME" },
|
||||
"get the value of variable named NAME", "NAME" },
|
||||
{ "define-variable", 0, POPT_ARG_STRING, NULL, DEFINE_VARIABLE,
|
||||
"set the value of a variable", "VARIABLENAME=VARIABLEVALUE" },
|
||||
"set variable NAME to VALUE", "NAME=VALUE" },
|
||||
{ "exists", 0, POPT_ARG_NONE, &want_exists, 0,
|
||||
"return 0 if the module(s) exist" },
|
||||
{ "uninstalled", 0, POPT_ARG_NONE, &want_uninstalled, 0,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue