Message ID | 19895.38710.490485.761234@gargle.gargle.HOWL (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
diff --git a/bitrate.c b/bitrate.c index 0012514..cefd150 100644 --- a/bitrate.c +++ b/bitrate.c @@ -137,4 +137,6 @@ static int handle_bitrates(struct nl80211_state *state, #endif COMMAND(set, bitrates, DESCR, NL80211_CMD_SET_TX_BITRATE_MASK, 0, CIB_NETDEV, - handle_bitrates, "Sets up the specified rate masks."); + handle_bitrates, + "Sets up the specified rate masks.\n" + "Not passing any arguments would clear the existing mask (if any).");