diff options
Diffstat (limited to 'src/hci/commands/ifmgmt_cmd.c')
-rw-r--r-- | src/hci/commands/ifmgmt_cmd.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/hci/commands/ifmgmt_cmd.c b/src/hci/commands/ifmgmt_cmd.c index f3d00ca38..5307c9423 100644 --- a/src/hci/commands/ifmgmt_cmd.c +++ b/src/hci/commands/ifmgmt_cmd.c @@ -226,9 +226,7 @@ static int ifconf_payload ( struct net_device *netdev, /** "ifconf" command descriptor */ static struct ifcommon_command_descriptor ifconf_cmd = IFCOMMON_COMMAND_DESC ( struct ifconf_options, ifconf_opts, - 0, MAX_ARGUMENTS, - "[--configurator <configurator>] " - "[<interface>...]", + 0, MAX_ARGUMENTS, "[<interface>...]", ifconf_payload, 1 ); /** |