Commit eff0bb337223 ("ethtool: Add support for WAKE_FILTER (WoL using filters)") added option "f" for wake on lan and documented it in man page but not in the output of "ethtool --help".
Signed-off-by: Michal Kubecek <mkube...@suse.cz> --- ethtool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethtool.c b/ethtool.c index aa2bbe9e4c65..e8b7703293d2 100644 --- a/ethtool.c +++ b/ethtool.c @@ -5069,7 +5069,7 @@ static const struct option { " [ advertise %x ]\n" " [ phyad %d ]\n" " [ xcvr internal|external ]\n" - " [ wol p|u|m|b|a|g|s|d... ]\n" + " [ wol p|u|m|b|a|g|s|f|d... ]\n" " [ sopass %x:%x:%x:%x:%x:%x ]\n" " [ msglvl %d | msglvl type on|off ... ]\n" }, { "-a|--show-pause", 1, do_gpause, "Show pause options" }, -- 2.18.0