The `options` array is missing an entry for `OPT_NUMERIC_PROTO`.  Add a
new option, `--numeric-protocol`, consistent with the documentation.

Signed-off-by: Jeremy Sowden <jer...@azazel.net>
---
 src/main.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/main.c b/src/main.c
index ebd6d7c322d7..c1c404e14eeb 100644
--- a/src/main.c
+++ b/src/main.c
@@ -116,6 +116,10 @@ static const struct option options[] = {
                .name           = "numeric-priority",
                .val            = OPT_NUMERIC_PRIO,
        },
+       {
+               .name           = "numeric-protocol",
+               .val            = OPT_NUMERIC_PROTO,
+       },
        {
                .name           = "numeric-time",
                .val            = OPT_NUMERIC_TIME,
-- 
2.23.0

Reply via email to