mirror of
https://github.com/haproxy/haproxy.git
synced 2026-07-14 11:35:16 -04:00
CLEANUP: httpclient/cli: fix indentation alignment of the help message
The output was not aligned with other commands, let's fix it.
This commit is contained in:
parent
1b01b7f2ef
commit
2c8f984441
1 changed files with 1 additions and 1 deletions
|
|
@ -236,7 +236,7 @@ static void hc_cli_release(struct appctx *appctx)
|
|||
|
||||
/* register cli keywords */
|
||||
static struct cli_kw_list cli_kws = {{ },{
|
||||
{ { "httpclient", NULL }, "httpclient <method> <URI> : launch an HTTP request", hc_cli_parse, hc_cli_io_handler, hc_cli_release, NULL, ACCESS_EXPERT},
|
||||
{ { "httpclient", NULL }, "httpclient <method> <URI> : launch an HTTP request", hc_cli_parse, hc_cli_io_handler, hc_cli_release, NULL, ACCESS_EXPERT},
|
||||
{ { NULL }, NULL, NULL, NULL }
|
||||
}};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue