@@ -35,15 +35,15 @@ usage(char *argv[])
35
35
printf ("usage: %s [flags] CONNINFO\n\n" , argv [0 ]);
36
36
37
37
printf ("recognized flags:\n" );
38
- printf (" -h, --help show this message\n" );
39
- printf (" --expected-scope SCOPE fail if received scopes do not match SCOPE\n" );
40
- printf (" --expected-uri URI fail if received configuration link does not match URI\n" );
41
- printf (" --misbehave=MODE have the hook fail required postconditions\n"
42
- " (MODEs: no-hook, fail-async, no-token, no-socket)\n" );
43
- printf (" --no-hook don't install OAuth hooks\n" );
44
- printf (" --hang-forever don't ever return a token (combine with connect_timeout)\n" );
45
- printf (" --token TOKEN use the provided TOKEN value\n" );
46
- printf (" --stress-async busy-loop on PQconnectPoll rather than polling\n" );
38
+ printf (" -h, --help show this message\n" );
39
+ printf (" --expected-scope SCOPE fail if received scopes do not match SCOPE\n" );
40
+ printf (" --expected-uri URI fail if received configuration link does not match URI\n" );
41
+ printf (" --misbehave=MODE have the hook fail required postconditions\n"
42
+ " (MODEs: no-hook, fail-async, no-token, no-socket)\n" );
43
+ printf (" --no-hook don't install OAuth hooks\n" );
44
+ printf (" --hang-forever don't ever return a token (combine with connect_timeout)\n" );
45
+ printf (" --token TOKEN use the provided TOKEN value\n" );
46
+ printf (" --stress-async busy-loop on PQconnectPoll rather than polling\n" );
47
47
}
48
48
49
49
/* --options */
0 commit comments