DEV: flags: fix "siet" shortcut name

It "si->et" was changed to "strm->et" by commit 09b3c5559 ("DEV: flags:
No longer dump SI flags") but this shortcut was missed.
This commit is contained in:
Willy Tarreau 2022-05-27 16:26:31 +02:00
parent da59c895b9
commit 0cf0a0458c

View File

@ -21,7 +21,7 @@
// command line names, must be in exact same order as the SHOW_AS_* flags above
// so that show_as_words[i] matches flag 1U<<i.
const char *show_as_words[] = { "ana", "chn", "conn", "sc", "siet", "strm", "task", "txn", "endp", };
const char *show_as_words[] = { "ana", "chn", "conn", "sc", "stet", "strm", "task", "txn", "endp", };
#define SHOW_FLAG(f,n) \
do { \