]> git.ipfire.org Git - thirdparty/iw.git/commit
iw: event: add the missing time display format in the "iw event" help menu
authorGokul Sivakumar <gokulkumar792@gmail.com>
Fri, 10 Sep 2021 14:16:17 +0000 (19:46 +0530)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 23 Sep 2021 11:34:55 +0000 (13:34 +0200)
commite848afea3f180edf9fcee138f9f3a535c8276c56
tree17605ae21de614c6f3e85ed6c78e5f2418561d56
parent25bb9c39f91e79df6f056ab3343243750ad3f67f
iw: event: add the missing time display format in the "iw event" help menu

The option used to print the events with timestamp in Human readable format
is not listed in the "$ iw event -h" output.

 $ ./iw event -h
 Usage:  ./iw [options] event [-t|-r] [-f] [-n]
 ...

So add "-T" option to the help menu.

 $ ./iw event -h
 Usage:  ./iw [options] event [-t|-T|-r] [-f] [-n]
 ...

Signed-off-by: Gokul Sivakumar <gokulkumar792@gmail.com>
Link: https://lore.kernel.org/r/20210910141618.1594617-3-gokulkumar792@gmail.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
event.c