commit | cea8fa1c5b81cb2bcaf93356a1111068dcf1b328 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Tue May 05 15:05:10 2009 +0200 |
committer | Johannes Berg <johannes@sipsolutions.net> | Tue May 05 15:05:10 2009 +0200 |
tree | 819f3029457147773cc5878936bda1d3744357ac | |
parent | 00c448b2162e14eb8fecbb967ad908f25207f346 [diff] [blame] |
help for 'set name'
diff --git a/phy.c b/phy.c index 0f5d05f..1c0938a 100644 --- a/phy.c +++ b/phy.c
@@ -25,7 +25,8 @@ nla_put_failure: return -ENOBUFS; } -COMMAND(set, name, "<new name>", NL80211_CMD_SET_WIPHY, 0, CIB_PHY, handle_name, NULL); +COMMAND(set, name, "<new name>", NL80211_CMD_SET_WIPHY, 0, CIB_PHY, handle_name, + "Rename this wireless device."); static int handle_freqchan(struct nl_msg *msg, bool chan, int argc, char **argv)