OSDN Git Service

client: Add description for default-agent command
authorLucas De Marchi <lucas.demarchi@intel.com>
Fri, 21 Jun 2013 14:17:34 +0000 (11:17 -0300)
committerJohan Hedberg <johan.hedberg@intel.com>
Mon, 24 Jun 2013 08:12:53 +0000 (11:12 +0300)
client/main.c

index b0a66d8..ff2afc6 100644 (file)
@@ -1057,7 +1057,8 @@ static const struct {
        { "agent",        "<on/off/capability>", cmd_agent,
                                "Enable/disable agent with given capability",
                                                        capability_generator},
-       { "default-agent",NULL,       cmd_default_agent },
+       { "default-agent",NULL,       cmd_default_agent,
+                               "Set agent as the default one" },
        { "scan",         "<on/off>", cmd_scan, "Scan for devices" },
        { "info",         "<dev>",    cmd_info, "Device information",
                                                        dev_generator },