~morphis/miracast-service/video-codec-negotiation

« back to all changes in this revision

Viewing changes to src/client/main.cpp

  • Committer: Simon Fels
  • Date: 2015-12-04 18:39:03 UTC
  • Revision ID: simon.fels@canonical.com-20151204183903-6hyx4l6vijag3n4q
Use correct function for disconnect

Show diffs side-by-side

added added

removed removed

Lines of Context:
225
225
    { "devices", NULL, cmd_devices, "List available devices" },
226
226
    { "info", "<address>", cmd_info, "Display detailed information about a device" },
227
227
    { "connect", "<address>", cmd_connect, "Connect to a device" },
228
 
    { "disconnect", "<address>", cmd_connect, "Disconnect from a device" },
 
228
    { "disconnect", "<address>", cmd_disconnect, "Disconnect from a device" },
229
229
    { NULL }
230
230
};
231
231