ip mptcp supports the implicit flag since commit 3a2535a41854 ("mptcp: add support for implicit flag"), however this flag is not listed in the command inline help. Add the implicit flag to the inline help. Signed-off-by: Andrea Claudi --- ip/ipmptcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ip/ipmptcp.c b/ip/ipmptcp.c index 2415cac8..6bfdc7bb 100644 --- a/ip/ipmptcp.c +++ b/ip/ipmptcp.c @@ -32,7 +32,7 @@ static void usage(void) " ip mptcp limits show\n" " ip mptcp monitor\n" "FLAG-LIST := [ FLAG-LIST ] FLAG\n" - "FLAG := [ signal | subflow | backup | fullmesh ]\n" + "FLAG := [ signal | subflow | backup | fullmesh | implicit ]\n" "CHANGE-OPT := [ backup | nobackup | fullmesh | nofullmesh ]\n"); exit(-1); -- 2.51.0