According to source, the -t and -r options are mutually exclusive. This commit fixes the help text accordingly. Signed-off-by: Ola Olsson <ola.olsson@xxxxxxxxxxxxxx> --- event.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/event.c b/event.c index 5d0bfde..a342dc4 100644 --- a/event.c +++ b/event.c @@ -775,7 +775,7 @@ static int print_events(struct nl80211_state *state, return __do_listen_events(state, 0, NULL, &args); } -TOPLEVEL(event, "[-t] [-r] [-f]", 0, 0, CIB_NONE, print_events, +TOPLEVEL(event, "[-t|-r] [-f]", 0, 0, CIB_NONE, print_events, "Monitor events from the kernel.\n" "-t - print timestamp\n" "-r - print relative timstamp\n" -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html