Commit c16298be authored by Vadim Kochan's avatar Vadim Kochan Committed by Stephen Hemminger

ip xfrm mon: Add objects list to the usage output

Signed-off-by: default avatarVadim Kochan <vadim4j@gmail.com>
parent 5bf9f5c5
......@@ -36,7 +36,8 @@ static void usage(void) __attribute__((noreturn));
static void usage(void)
{
fprintf(stderr, "Usage: ip xfrm monitor [ all | LISTofXFRM-OBJECTS ]\n");
fprintf(stderr, "Usage: ip xfrm monitor [ all | OBJECTS | help ]\n");
fprintf(stderr, "OBJECTS := { acquire | expire | SA | aevent | policy | report }\n");
exit(-1);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment